Problem toxic2
User nutzzzz
Submission Time 2025-03-20 10:57:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp: In function ‘int determine_type(int)’:
toxic2.cpp:21:20: error: ‘query_machine’ was not declared in this scope
21 | auto res = query_machine(qry);
| ^~~~~~~~~~~~~
toxic2.cpp:111:14: error: ‘query_machine’ was not declared in this scope
111 | auto res = query_machine(qry);
| ^~~~~~~~~~~~~
toxic2.cpp:162:5: error: ‘answer_type’ was not declared in this scope
162 | answer_type(ans);
| ^~~~~~~~~~~