Problem fizzbuzz
User neogaoen2007
Submission Time 2023-12-06 15:16:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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