Problem choochoo
User supercel980
Submission Time 2026-02-18 18:49:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

choochoo.cpp: In function ‘int main()’:
choochoo.cpp:8:25: error: expected ‘;’ before ‘}’ token
8 | if (x == "chugga") a++
| ^
| ;
9 | }
| ~