| Problem | toxic2 |
|---|---|
| User | TheInvadr |
| Submission Time | 2024-12-07 18:26:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:14:19: error: expected ‘;’ before ‘for’
14 | as.push_back('T')
| ^
| ;
15 | for(int i = 1;i<n;i++){
| ~~~
toxic2.cpp:15:19: error: ‘i’ was not declared in this scope
15 | for(int i = 1;i<n;i++){
| ^