From 38a800c66ddf15a2460b0db8b4a4e159c444a64a Mon Sep 17 00:00:00 2001 From: Kirito <1362050620@qq.com> Date: Tue, 9 Aug 2016 09:29:16 +0800 Subject: [PATCH] Create 705A.cpp --- Codeforces/705A.cpp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Codeforces/705A.cpp diff --git a/Codeforces/705A.cpp b/Codeforces/705A.cpp new file mode 100644 index 0000000..23cd16f --- /dev/null +++ b/Codeforces/705A.cpp @@ -0,0 +1,26 @@ +#include +int main() +{ + int n; + scanf("%d",&n); + for(int i=0;i