From 20cb4f38a60d00d85e3fb3ae9a3a200f2028234c Mon Sep 17 00:00:00 2001 From: KiritoTRw <3021577574@qq.com> Date: Thu, 26 May 2016 07:36:09 +0800 Subject: [PATCH] Create 1745.c --- QUSTOJ/1745.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 QUSTOJ/1745.c diff --git a/QUSTOJ/1745.c b/QUSTOJ/1745.c new file mode 100644 index 0000000..450046c --- /dev/null +++ b/QUSTOJ/1745.c @@ -0,0 +1,23 @@ +#include + +int a[2048]; + +int main() +{ + int n,m; + scanf("%d %d",&n,&m); + for(int i=0;i