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