#include<stdio.h>
int main()
{
    printf([4,3,2,1]);
}