From 7863261dd4dc0d77c5ad89ae81fce51dd96f65b6 Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Sat, 21 May 2016 12:35:50 +0800 Subject: [PATCH] Create 1729.c --- QUSTOJ/1729.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 QUSTOJ/1729.c diff --git a/QUSTOJ/1729.c b/QUSTOJ/1729.c new file mode 100644 index 0000000..8df8de9 --- /dev/null +++ b/QUSTOJ/1729.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("220..284\n1184..1210\n2620..2924\n"); + return 0; +}