Problem fizzbuzz
User astr4eusmkvc
Submission Time 2026-06-22 15:59:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:12: error: lvalue required as left operand of assignment
12 | if (i%a = 0) {
| ^
fizzbuzz.cpp:14:19: error: lvalue required as left operand of assignment
14 | } else if (i%b = 0) {
| ^
fizzbuzz.cpp:19:10: error: expected ‘;’ before ‘}’ token
19 | i = i + 1 }
| ^~
| ;