| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1313532 | kawhiet | 미술 수업 (IOI13_artclass) | C++20 | 34 ms | 3340 KiB |
#include <bits/stdc++.h>
#include "artclass.h"
using namespace std;
mt19937 rng((uint32_t)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 time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
