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

Compile Error

fizzbuzz.cpp:8:22: error: missing terminating " character
8 | if (i%b ==0) cout<<"Buzz:;
| ^~~~~~~
fizzbuzz.cpp:4:8: error: ‘b’ has not been declared
4 | int a,b,n;
| ^
fizzbuzz.cpp:4:10: error: ‘n’ has not been declared
4 | int a,b,n;
| ^
fizzbuzz.cpp:4:11: error: expected ‘)’ before ‘;’ token
4 | int a,b,n;
| ^
| )
fizzbuzz.cpp:3:14: note: to match this ‘(’
3 | signed main()(
| ^
fizzbuzz.cpp:4:11: error: ‘main’ declared as function returning a function
4 | int a,b,n;
| ^
fizzbuzz.cpp:5:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin>>n>>a>>b;
| ^~~
| sin
fizzbuzz.cpp:6:2: error: expected unqualified-id before ‘for’
6 | for (int i = 1;i<= n;i++)(
| ^~~
fizzbuzz.cpp:6:17: error: ‘i’ d