#include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
typedef pair<int,int> ii;
const int N = 1e5 + 5;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL); cout.tie(NULL);
int n;
cin >> n;
if (n != 2)
cout << "-1\n";
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
2 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
2 |
Incorrect |
2 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
3 |
Incorrect |
2 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
4 |
Incorrect |
2 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
5 |
Incorrect |
2 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
6 |
Incorrect |
2 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
7 |
Incorrect |
2 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
8 |
Incorrect |
2 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
9 |
Incorrect |
1 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |
10 |
Incorrect |
1 ms |
376 KB |
Integer -1 violates the range [0, 1000000000] |