답안 #938433

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
938433 2024-03-05T06:31:43 Z Ghulam_Junaid 경찰관과 강도 (BOI14_coprobber) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>

using namespace std;

int start(int n, bool edge[][]){
    return 1;
}
int nextMove(int R){
    return R;
}

Compilation message

coprobber.cpp:5:23: error: declaration of 'edge' as multidimensional array must have bounds for all dimensions except the first
    5 | int start(int n, bool edge[][]){
      |                       ^~~~