Problem fizzbuzz
User munyunboss
Submission Time 2026-06-22 20:44:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:24: error: ‘n’ was not declared in this scope
6 | for ( int x = 1; x <= n; x++ ) {
| ^
fizzbuzz.cpp:7:10: error: ‘a’ was not declared in this scope
7 | if ( x%a == 0 && x%b == 0 ) {
| ^
fizzbuzz.cpp:7:22: error: ‘b’ was not declared in this scope
7 | if ( x%a == 0 && x%b == 0 ) {
| ^