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

Compile Error

toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:16:3: error: expected ‘,’ or ‘;’ before ‘if’
16 | if (query_machine(v.pb(i))[0] == 2) {
| ^~
toxic2.cpp:19:3: error: ‘else’ without a previous ‘if’
19 | else ans.pb('R');
| ^~~~