Problem fizzbuzz
User Avinash
Submission Time 2025-06-18 05:17:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:29: error: expected ‘;’ before ‘)’ token
7 | for (int i = 0; i < N, i ++) {
| ^
| ;
fizzbuzz.cpp:8:14: error: lvalue required as left operand of assignment
8 | if (i % A= 0) {
| ^
fizzbuzz.cpp:10:21: error: lvalue required as left operand of assignment
10 | } else if (i % B= 0) {
| ^