# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
647342 | Pety | Art Collections (BOI22_art) | C++17 | 0 ms | 0 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include <bits/stdc++.h>
#define ll long long
using namespace std;
const int INF = 1e9;
const int MOD = 1e9 + 7;
void solve(int N) {
vector<int>R;
for (int i = 1; i <= N; i++)
R.push_back(i);
int value = publish(R);
vector<int>ans = {1};
for (int i = 2; i <= n; i++) {
vector<int>R2 = {i};
for (int j = 1; j <= N; j++)
if (j != i) {
R2.push_back(j);
}
int value2 = publish(R2);
///x + y = i - 1
///x - y = value - value2
///x-->alea mai jos, y-->alea mai sus
int x = (i - 1 + value - value2) / 2;
int y = i - 1 - x;
ans.push_back(0);
for (int j = ans.size() - 2; j >= y; j--)
ans[j + 1] = ans[j];
ans[y] = i;
}
answer(ans);
}