Create 1725.c

pull/6/head
KiritoTRw 2016-04-28 08:42:17 +08:00
parent 9d2a1b8d84
commit 296ba95807
1 changed files with 10 additions and 0 deletions

10
QUSTOJ/1725.c Normal file
View File

@ -0,0 +1,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main()
{
printf("0\t25\t75\n4\t18\t78\n8\t11\t81\n12\t4\t84\n");
return 0;
}