제출 #938432

#제출 시각아이디문제언어결과실행 시간메모리
938432Ghulam_Junaid경찰관과 강도 (BOI14_coprobber)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> #include "grader.h" using namespace std; int start(int n, bool edge[][]){ return 1; } int nextMove(int R){ return R; }

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

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