From 420a8846c7b29fbe26a1f20036357184c5105fe4 Mon Sep 17 00:00:00 2001 From: saisyama31 <47055971+saisyama31@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:55:50 +0530 Subject: [PATCH] update --- Codeforces/Codeforces_25_25A.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Codeforces/Codeforces_25_25A.cpp b/Codeforces/Codeforces_25_25A.cpp index 4425805..f3aaa7c 100644 --- a/Codeforces/Codeforces_25_25A.cpp +++ b/Codeforces/Codeforces_25_25A.cpp @@ -1,10 +1,11 @@ -#include +#include +#define ll long long int int main() { - int n; + ll n; cin>>n; - int num; - int e=0,o=0,eve,odd; + ll num; + ll e=0,o=0,eve,odd; for(int i=0;i>num; @@ -19,4 +20,4 @@ int main() if(e>1) cout<