제출 #64125

#제출 시각아이디문제언어결과실행 시간메모리
64125MKopchev미술 수업 (IOI13_artclass)C++14
0 / 100
129 ms66560 KiB
#include "bits/stdc++.h"
#include"artclass.h"
using namespace std;

int style(int H,int W,int R[500][500],int G[500][500],int B[500][500])
{
    return (G[0][0]+R[0][0]+B[0][0])%4;
}
#Verdict Execution timeMemoryGrader output
Fetching results...