제출 #715499

#제출 시각아이디문제언어결과실행 시간메모리
715499vjudge1Rice Hub (IOI11_ricehub)C++17
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h>
#include<grader.h>
#include<cluedo.h>
#define ll long long
using namespace std;

void solve(){
    for(int i=1 ;i<=6;i++){
        for(int j=1;j<=10;j++){
            for(int k=1;k<=6;k++){
                if(Theory(i,j,k)==0) return;
            }
        }
    }
}

int main(){
    solve();
}

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

ricehub.cpp:2:9: fatal error: grader.h: No such file or directory
    2 | #include<grader.h>
      |         ^~~~~~~~~~
compilation terminated.