제출 #506263

#제출 시각아이디문제언어결과실행 시간메모리
506263MilosMilutinovic미술 수업 (IOI13_artclass)C++14
3 / 100
49 ms6124 KiB
#include "artclass.h" #include <bits/stdc++.h> using namespace std; mt19937 rng(time(0)); int style(int H, int W, int R[500][500], int G[500][500], int B[500][500]) { return rng() % 4 + 1; }
#Verdict Execution timeMemoryGrader output
Fetching results...