Create 1729.c

pull/14/head
Kirigaya Kazuto 2016-05-21 12:35:50 +08:00
parent e96164a06a
commit 7863261dd4
1 changed files with 6 additions and 0 deletions

6
QUSTOJ/1729.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("220..284\n1184..1210\n2620..2924\n");
return 0;
}