Create 1731.c

This commit is contained in:
Kirigaya Kazuto 2016-05-21 12:38:06 +08:00
parent 5d6257fb54
commit 8d8b5c7762

6
QUSTOJ/1731.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("3121\n");
return 0;
}