Submission #305774

#TimeUsernameProblemLanguageResultExecution timeMemory
305774PlasmaticConnecting Supertrees (IOI20_supertrees)C++14
Compilation error
0 ms0 KiB
int construct(int[][] p) { return 0; }

Compilation message (stderr)

supertrees.cpp:1:21: error: multidimensional array must have bounds for all dimensions except the first
    1 | int construct(int[][] p) {
      |                     ^
supertrees.cpp:1:23: error: expected ',' or '...' before 'p'
    1 | int construct(int[][] p) {
      |                       ^