OJ-Problems-Source/QUSTOJ/1731.c
2016-05-21 12:38:06 +08:00

7 lines
70 B
C

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