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

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:8: error: expected unqualified-id before ‘,’ token
7 | for(ll,i=1; i<=N;i++){
| ^
fizzbuzz.cpp:10:25: error: ‘end1’ was not declared in this scope
10 | cout<< "FizzBuzz"<< end1
| ^~~~
fizzbuzz.cpp:13:30: error: expected ‘;’ before string constant
13 | else {if(i % B==0) cout "Buzz"<< end1
| ^~~~~~~
| ;
fizzbuzz.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
fizzbuzz.cpp:4:13: note: to match this ‘{’
4 | int main() {
| ^