제출 #305774

#제출 시각아이디문제언어결과실행 시간메모리
305774Plasmatic슈퍼트리 잇기 (IOI20_supertrees)C++14
컴파일 에러
0 ms0 KiB
int construct(int[][] p) { return 0; }

컴파일 시 표준 에러 (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) {
      |                       ^