제출 #548516

#제출 시각아이디문제언어결과실행 시간메모리
548516krit3379Cluedo (IOI10_cluedo)C++17
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; #include"cluedo.h" #define N 100005 void Solve(){ int a[3]={1,1,1},x; while(x=Theory(a[0],a[1],a[2]))a[x-1]++; return ; }

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

cluedo.cpp: In function 'void Solve()':
cluedo.cpp:8:13: error: 'Theory' was not declared in this scope
    8 |     while(x=Theory(a[0],a[1],a[2]))a[x-1]++;
      |             ^~~~~~