Create 1731.c

pull/14/head
Kirigaya Kazuto 2016-05-21 12:38:06 +08:00
parent 5d6257fb54
commit 8d8b5c7762
1 changed files with 6 additions and 0 deletions

6
QUSTOJ/1731.c Normal file
View File

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