제출 #135379

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

#define sc second
#define fr first
#define mk make_pair
#define pb push_back

using namespace std;


int style(int H, int W, int R[500][500], int G[500][500], int B[500][500]) {
    int r = rand() % 4;
    if (r == 0) r = 4;
    return r;

}
#Verdict Execution timeMemoryGrader output
Fetching results...