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

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:19: error: expected ‘;’ before ‘i’
9 | for(ll i =1;i <=N i++) {
| ^~
| ;
fizzbuzz.cpp:16:26: error: expected ‘;’ before ‘}’ token
16 | else cout << i << "/n"
| ^
| ;
17 | }
| ~
fizzbuzz.cpp:18:2: error: expected ‘}’ at end of input
18 | }
| ^
fizzbuzz.cpp:5:13: note: to match this ‘{’
5 | int main () {
| ^