| Problem | fizzbuzz |
|---|---|
| User | Fjerds |
| Submission Time | 2026-04-15 14:46:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:15: error: lvalue required as left operand of assignment
9 | if (a % b = 0) {
| ^
fizzbuzz.cpp:10:16: error: lvalue required as left operand of assignment
10 | if (a % c = 0) {
| ^
fizzbuzz.cpp:15:22: error: lvalue required as left operand of assignment
15 | } else if (a % c = 0) {
| ^
fizzbuzz.cpp:18:13: error: expected ‘;’ before ‘}’ token
18 | cout << i
| ^
| ;
19 | }
| ~
fizzbuzz.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
fizzbuzz.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^