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<