Problem toxic2
User cookiemonster735
Submission Time 2026-07-19 18:28:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:18:32: error: expected ‘;’ before ‘}’ token
18 | istoxic[j] = (toxiccnt > 0)
| ^
| ;
19 | }
| ~