| Problem | fizzbuzz |
|---|---|
| User | EuniceLoh |
| Submission Time | 2024-11-07 10:57:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:10:10: error: lvalue required as left operand of assignment
10 | if(i%a=0) cout<<"Fizz";
| ^
fizzbuzz.cpp:11:10: error: lvalue required as left operand of assignment
11 | if(i%b=0) cout<<"Buzz";
| ^