답안 #938432

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
938432 2024-03-05T06:31:27 Z Ghulam_Junaid 경찰관과 강도 (BOI14_coprobber) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
#include "grader.h"

using namespace std;

int start(int n, bool edge[][]){
    return 1;
}
int nextMove(int R){
    return R;
}

Compilation message

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