제출 #1120279

#제출 시각아이디문제언어결과실행 시간메모리
1120279vjudge1Event Hopping (BOI22_events)C++17
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h>
#include "art.h"
using namespace std;






void solve (int N){
    vector<int>R;
    for(int i=1;i<=N;i++){
        v.push_back(i);
    }
    while(true){
        int h=-1;
        h=publish(R);
        if(h<=0){
            answer(R);
            return;
        }
        R.next_permutation();
    }
}

컴파일 시 표준 에러 (stderr) 메시지

events.cpp:2:10: fatal error: art.h: No such file or directory
    2 | #include "art.h"
      |          ^~~~~~~
compilation terminated.