| Problem | fizzbuzz |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-06-22 15:54:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:10: error: lvalue required as left operand of assignment
13 | if (i%A=0) {
| ^
fizzbuzz.cpp:16:10: error: lvalue required as left operand of assignment
16 | if (i%B=0) {
| ^