From 0d0c9fe4ef4c5a5447852d434147de20f48a907f Mon Sep 17 00:00:00 2001 From: KiritoTRw <3021577574@qq.com> Date: Thu, 26 May 2016 07:34:20 +0800 Subject: [PATCH] Create 1740.c --- QUSTOJ/1740.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 QUSTOJ/1740.c diff --git a/QUSTOJ/1740.c b/QUSTOJ/1740.c new file mode 100644 index 0000000..382299d --- /dev/null +++ b/QUSTOJ/1740.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("13\n"); + return 0; +}