| Problem | fizzbuzz |
|---|---|
| User | Cat |
| Submission Time | 2025-02-17 16:02:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:26: error: lvalue required as left operand of assignment
8 | if ( n % (a*b) = 0 ){
| ^
fizzbuzz.cpp:10:19: error: lvalue required as left operand of assignment
10 | else if (n % a= 0) {
| ^
fizzbuzz.cpp:12:20: error: lvalue required as left operand of assignment
12 | else if (n % b = 0) {
| ^