Submission #975256

#TimeUsernameProblemLanguageResultExecution timeMemory
975256Error404Love Polygon (BOI18_polygon)C++17
0 / 100
1 ms600 KiB
#include <bits/stdc++.h> using namespace std; #define ll long long #define f first #define s second #define pb push_back #define pi pair<int,int> #define pl pair<ll,int> const int MAX = 5001; int main(){ ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); int n; cin >> n; if(n%2) { cout << -1 << endl; return 0; } else cout << n << endl; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...