Create 1763.c

This commit is contained in:
KiritoTRw 2016-05-26 07:39:21 +08:00
parent f4193b2898
commit 2479d4b423

6
QUSTOJ/1763.c Normal file
View File

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