답안 #715499

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
715499 2023-03-27T04:42:50 Z vjudge1 쌀 창고 (IOI11_ricehub) C++17
컴파일 오류
0 ms 0 KB
#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();
}

Compilation message

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