제출 #1152916

#제출 시각아이디문제언어결과실행 시간메모리
1152916PagodePaivaArt Class (IOI13_artclass)C++20
0 / 100
31 ms3216 KiB
#include "artclass.h"
#include<bits/stdc++.h>

using namespace std;

const int N = 510;
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;
}
#Verdict Execution timeMemoryGrader output
Fetching results...