제출 #1152915

#제출 시각아이디문제언어결과실행 시간메모리
1152915PagodePaiva미술 수업 (IOI13_artclass)C++20
컴파일 에러
0 ms0 KiB
#include "artclass.h" #include<bits/stdc++.h> using namespace std; int componentes; int mark[N][N]; int style(int H, int W, int R[500][500], int G[500][500], int B[500][500]) { return 4; }

컴파일 시 표준 에러 (stderr) 메시지

artclass.cpp:7:10: error: 'N' was not declared in this scope
    7 | int mark[N][N];
      |          ^
artclass.cpp:7:13: error: 'N' was not declared in this scope
    7 | int mark[N][N];
      |             ^