제출 #1132185

#제출 시각아이디문제언어결과실행 시간메모리
1132185bobthescienceCluedo (IOI10_cluedo)C++20
컴파일 에러
0 ms0 KiB
#include "grader.h" #include "cluedo.h" void solve() { int g[4] = {0, 1, 1, 1}, r = 1; while (r) { r = theory(g[1], g[2], g[3]); g[r]++; } }

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

cluedo.cpp: In function 'void solve()':
cluedo.cpp:7:11: error: 'theory' was not declared in this scope; did you mean 'Theory'?
    7 |       r = theory(g[1], g[2], g[3]);
      |           ^~~~~~
      |           Theory