제출 #121714

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