제출 #768284

#제출 시각아이디문제언어결과실행 시간메모리
768284simeneCluedo (IOI10_cluedo)C++14
컴파일 에러
0 ms0 KiB
void Solve(){int m[]={1,1,1,1};int a;while(a=Theory(m[1],m[2],m[3]))m[a]++;}

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

cluedo.cpp: In function 'void Solve()':
cluedo.cpp:1:46: error: 'Theory' was not declared in this scope
    1 | void Solve(){int m[]={1,1,1,1};int a;while(a=Theory(m[1],m[2],m[3]))m[a]++;}
      |                                              ^~~~~~