Create 1740.c

This commit is contained in:
KiritoTRw 2016-05-26 07:34:20 +08:00
parent e0fbcbfec4
commit 0d0c9fe4ef

6
QUSTOJ/1740.c Normal file
View File

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