Problem toxic2
User PrunJuice
Submission Time 2025-03-21 15:12:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:14:28: error: expected ‘;’ before ‘}’ token
14 | Toxic[i] == 'T'
| ^
| ;
15 | }
| ~