Submission #1053161

#TimeUsernameProblemLanguageResultExecution timeMemory
1053161user736482Cop and Robber (BOI14_coprobber)C++17
Compilation error
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; int start(int n,int a[][]){ return 0; } int next_move(int r){ return r; }

Compilation message (stderr)

coprobber.cpp:4:21: error: declaration of 'a' as multidimensional array must have bounds for all dimensions except the first
    4 | int start(int n,int a[][]){
      |                     ^