| Problem | fizzbuzz |
|---|---|
| User | siqideng09 |
| Submission Time | 2023-11-08 13:24:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function βint main()β:
fizzbuzz.cpp:15:22: error: expected identifier before β(β token
15 | if (i % a == 0) && (i % b == 0) {
| ^