답안 #987210

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
987210 2024-05-22T10:50:26 Z VMaksimoski008 사육제 (CEOI14_carnival) C++17
0 / 100
1 ms 344 KB
#include <bits/stdc++.h>
using namespace std;

int ask(vector<int> v) {
    cout << v.size() << " ";
    for(int &x : v) cout << x << " ";
    cout << endl;

    int x;
    cin >> x;
    return x;
}

int find(int n) {
    cout << "0 2 1 2 3 1" << endl;
    return 0;
}

int main() {
    int n;
    cin >> n;
    find(n);
    return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Integer 2 violates the range [1, 1]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Integer 3 violates the range [1, 2]
2 Halted 0 ms 0 KB -