제출 #764223

#제출 시각아이디문제언어결과실행 시간메모리
764223NothingXD미술 수업 (IOI13_artclass)C++17
2 / 100
62 ms3348 KiB
#include <bits/stdc++.h>
#include "artclass.h"

using namespace std;

mt19937 rng(chrono::steady_clock::now().time_since_epoch().count());

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...