제출 #1231235

#제출 시각아이디문제언어결과실행 시간메모리
1231235omsincoconutArt Collections (BOI22_art)C++17
5 / 100
17 ms408 KiB
#include "art.h"
#include <bits/stdc++.h>

using namespace std;

void solve(int N) {
    vector<int> p(N);
    iota(p.begin(), p.end(), 1);

    do {
        if (publish(p) == 0) {
            answer(p);
            return;
        }
    } while (next_permutation(p.begin(), p.end()));
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…