Problem toxic
User username
Submission Time 2023-03-28 07:54:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic.cpp: In function ‘void determine_type(int)’:
toxic.cpp:63:3: error: expected ‘,’ or ‘;’ before ‘for’
63 | for (int j=0;j<num;j++){
| ^~~
toxic.cpp:63:16: error: ‘j’ was not declared in this scope
63 | for (int j=0;j<num;j++){
| ^