Create 1728.c

This commit is contained in:
Kirigaya Kazuto 2016-05-21 12:34:42 +08:00
parent c1aee8d2b7
commit 4b647368dd

6
QUSTOJ/1728.c Normal file
View File

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