Submission #768284

# Submission time Handle Problem Language Result Execution time Memory
768284 2023-06-27T21:07:29 Z simene Cluedo (IOI10_cluedo) C++14
Compilation error
0 ms 0 KB
void Solve(){int m[]={1,1,1,1};int a;while(a=Theory(m[1],m[2],m[3]))m[a]++;}

Compilation message

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]++;}
      |                                              ^~~~~~