From 8d8b5c77623a4c453835bbc426f13a940c58d355 Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Sat, 21 May 2016 12:38:06 +0800 Subject: [PATCH] Create 1731.c --- QUSTOJ/1731.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 QUSTOJ/1731.c diff --git a/QUSTOJ/1731.c b/QUSTOJ/1731.c new file mode 100644 index 0000000..984e00d --- /dev/null +++ b/QUSTOJ/1731.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("3121\n"); + return 0; +}