# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
926489 | 2024-02-13T06:21:56 Z | math_rabbit_1028 | Art Collections (BOI22_art) | C++17 | 0 ms | 344 KB |
#include "art.h" #include <bits/stdc++.h> using namespace std; void solve(int N) { vector<int> vec; vector<int> ord(N+1); for (int i = 1; i <= N; i++) { vec.push_back(i); } for (int i = 1; i <= N; i++) { int a, b; swap(vec[0], vec[i-1]); a = publish(vec); swap(vec[0], vec[i-1]); swap(vec[N-1], vec[i-1]); b = publish(vec); swap(vec[N-1], vec[i-1]); ord[i] = (a-b+N-1)/2; assert(0 <= ord[i] && ord[i] < N); } for (int i = 1; i <= N; i++) vec[ord[i]] = i; answer(vec); }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 344 KB | Output is correct |
2 | Runtime error | 0 ms | 344 KB | Execution killed with signal 6 |
3 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 344 KB | Output is correct |
2 | Runtime error | 0 ms | 344 KB | Execution killed with signal 6 |
3 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 344 KB | Output is correct |
2 | Runtime error | 0 ms | 344 KB | Execution killed with signal 6 |
3 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 344 KB | Output is correct |
2 | Runtime error | 0 ms | 344 KB | Execution killed with signal 6 |
3 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 344 KB | Output is correct |
2 | Runtime error | 0 ms | 344 KB | Execution killed with signal 6 |
3 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 344 KB | Output is correct |
2 | Runtime error | 0 ms | 344 KB | Execution killed with signal 6 |
3 | Halted | 0 ms | 0 KB | - |