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

Compile Error

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