Problem fizzbuzz
User Cat
Submission Time 2025-02-17 13:55:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:8: error: ‘n’ was not declared in this scope
6 | int c[n];
| ^
fizzbuzz.cpp:8:11: error: ‘c’ was not declared in this scope
8 | int c[n]=c[0];
| ^
fizzbuzz.cpp:12:27: error: lvalue required as left operand of assignment
12 | } else if (i % a= 0) {
| ^
fizzbuzz.cpp:14:28: error: lvalue required as left operand of assignment
14 | } else if (i % b = 0) {
| ^