Submission #938432

# Submission time Handle Problem Language Result Execution time Memory
938432 2024-03-05T06:31:27 Z Ghulam_Junaid Cop and Robber (BOI14_coprobber) C++17
Compilation error
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.