Problem toxic2
User reyj
Submission Time 2024-07-14 10:22:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:6:12: error: request for member ‘push_back’ in ‘0’, which is of non-class type ‘int’
6 | #define pb push_back
| ^~~~~~~~~
toxic2.cpp:15:25: note: in expansion of macro ‘pb’
15 | if (query_machine((0).pb(i))[0] == 2) {
| ^~