Problem fizzbuzz
User Shreyas123456789
Submission Time 2026-03-25 17:46:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:9: error: ‘b’ was not declared in this scope
13 | if (i%b==0)
| ^
fizzbuzz.cpp:16:9: error: ‘a’ was not declared in this scope
16 | if (i%a==i%b==0)
| ^
fizzbuzz.cpp:16:14: error: ‘b’ was not declared in this scope
16 | if (i%a==i%b==0)
| ^