Problem fizzbuzz
User icecream
Submission Time 2026-06-22 16:15:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:21:15: error: expected ‘;’ before ‘i’
21 | cout << "i"
| ^
| ;
22 | i = i+1;
| ~