# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1214539 | Gabriel | 미술 수업 (IOI13_artclass) | C++20 | 30 ms | 3344 KiB |
#include "artclass.h"
int style(int H, int W, int R[500][500], int G[500][500], int B[500][500]) {
return 2;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |