#include<stdio.h>
int main(){
    int a,b,c,d,e,f;
    scanf("%d",&a,&b,&c,&d,&e,&f);
    printf("%8d",f,a,b,c,d,e,);
    return 0;
}