# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
47826 | 2018-05-08T05:04:41 Z | Just_Solve_The_Problem | 도서관 (JOI18_library) | C++14 | 2 ms | 248 KB |
#include <bits/stdc++.h> #include "library.h" using namespace std; void Solve(int N) { vector < int > M(N); for(int i = 0; i < N; i++) { M[i] = 1; } int A = Query(M); vector < int > res(N); for(int i = 0; i < N; i++) { res[i] = i + 1; } Answer(res); }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 248 KB | Wrong Answer [8] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 248 KB | Wrong Answer [8] |
2 | Halted | 0 ms | 0 KB | - |