From be702512aedb7fefef4d7a1343e46a4074dc3765 Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Mon, 15 Aug 2016 09:31:49 +0800 Subject: [PATCH] Create 100819Q.cpp --- Codeforces/Gym/100819Q.cpp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Codeforces/Gym/100819Q.cpp diff --git a/Codeforces/Gym/100819Q.cpp b/Codeforces/Gym/100819Q.cpp new file mode 100644 index 0000000..0f9cbe1 --- /dev/null +++ b/Codeforces/Gym/100819Q.cpp @@ -0,0 +1,29 @@ +/// Problem Q -Excellence +#include +#include +#include + +#include +using namespace std; + +#define MAXN 100005 +#define INF 0x3f3f3f3f +int pool[MAXN]; + +int main() +{ + int n; + scanf("%d",&n); + for(int i=0;i