제출 #776889

#제출 시각아이디문제언어결과실행 시간메모리
776889caganyanmaz미술 수업 (IOI13_artclass)C++14
0 / 100
53 ms3584 KiB
#include "artclass.h"
#include <bits/stdc++.h>
using namespace std;
 
constexpr static int MXSIZE = 500;
constexpr static int CHANNEL = 3;
array<int, 3> image[MXSIZE][MXSIZE];
 
int style(int H, int W, int R[500][500], int G[500][500], int B[500][500])
{
  return 1;
}
#Verdict Execution timeMemoryGrader output
Fetching results...