Problem toxic2
User TheInvadr
Submission Time 2024-12-06 23:32:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:17:27: error: ‘query_machine’ was not declared in this scope
17 | vector<int> ans = query_machine(q);
| ^~~~~~~~~~~~~
toxic2.cpp:23:5: error: ‘answer_type’ was not declared in this scope
23 | answer_type(as);
| ^~~~~~~~~~~