#include<stdio.h>
int main()
{
int n;
if(n>=1)
{
printf("[4,3,2,1]);
}
else
{
    printf("Invalid input\n");
}
return 0;
}