Problem fizzbuzz
User Qxhb3
Submission Time 2023-04-16 15:31:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:26: error: lvalue required as left operand of assignment
9 | if (i%a = 0 && i%b = 0) {
| ^
fizzbuzz.cpp:11:5: error: expected ‘}’ before ‘else’
11 | else {
| ^~~~
fizzbuzz.cpp:9:29: note: to match this ‘{’
9 | if (i%a = 0 && i%b = 0) {
| ^
fizzbuzz.cpp:12:17: 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 | } if (i%b = 0) {
| ^