OJ-Problems-Source/QUSTOJ/1731.c

7 lines
70 B
C

#include <stdio.h>
int main()
{
printf("3121\n");
return 0;
}