Submission #938432

#TimeUsernameProblemLanguageResultExecution timeMemory
938432Ghulam_JunaidCop and Robber (BOI14_coprobber)C++17
Compilation error
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; }

Compilation message (stderr)

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