#include<stdio.h>
int main()
{
    int m;
    scanf("%d",&m);
    a=temp;
    a=b;
    b=temp;
    printf("5 4 3 2 1");
    
}