답안 #94176

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
94176 2019-01-16T12:29:21 Z MrTEK Prosjecni (COCI16_prosjecni) C++14
0 / 120
2 ms 376 KB
#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";
}
# 결과 실행 시간 메모리 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]