Problem fizzbuzz
User vadar2525
Submission Time 2025-03-07 15:05:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:24:9: error: expected ‘;’ before ‘}’ token
24 | i += 1
| ^
| ;
25 | }
| ~