제출 #748256

#제출 시각아이디문제언어결과실행 시간메모리
748256coding_snorlax미술 수업 (IOI13_artclass)C++14
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> #include "style.h" using namespace std; int style(int H, int W, int R[500][500],int G[500][500],int B[500][500]){ srand(time(0)); for(int i=0;i<H;i++){ for(int j=0;j<W;j++){ int tmp1,tmp2,tmp3; cin>>tmp1>>tmp2>>tmp3; Max1=max(Max1,tmp1); Min1=min(Min1,tmp1); } } if(Min1>15) return 4; else return 1; }

컴파일 시 표준 에러 (stderr) 메시지

artclass.cpp:2:10: fatal error: style.h: No such file or directory
    2 | #include "style.h"
      |          ^~~~~~~~~
compilation terminated.