From a85d1d2052c0795dd0008cd81e15a66c3fb08aaf Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Thu, 20 Oct 2016 20:29:45 +0800 Subject: [PATCH] Create 1848.cpp --- QUSTOJ/1848.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 QUSTOJ/1848.cpp diff --git a/QUSTOJ/1848.cpp b/QUSTOJ/1848.cpp new file mode 100644 index 0000000..64a03a8 --- /dev/null +++ b/QUSTOJ/1848.cpp @@ -0,0 +1,28 @@ +#include +#include +#include +#include +using namespace std; +int a[4096]; +int c; +int main() +{ + int t; + scanf("%d",&t); + for(int i=0;i