Submission #1152915

#TimeUsernameProblemLanguageResultExecution timeMemory
1152915PagodePaivaArt Class (IOI13_artclass)C++20
Compilation error
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; }

Compilation message (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];
      |             ^