#inclue<stdio.h>
int main()
{
    printf(5 4 3 2 1);
}