Problem fizzbuzz
User Ant1234567890
Submission Time 2025-06-09 19:22:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:18:11: error: expected ‘;’ before ‘}’ token
18 | cout<<i
| ^
| ;
19 | }
| ~