Create 1763.c

pull/19/head
KiritoTRw 2016-05-26 07:39:21 +08:00
parent f4193b2898
commit 2479d4b423
1 changed files with 6 additions and 0 deletions

6
QUSTOJ/1763.c Normal file
View File

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