| Problem | fizzbuzz |
|---|---|
| User | stefiewefieslays |
| Submission Time | 2026-06-22 16:36:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function βint main()β:
fizzbuzz.cpp:17:25: error: expected identifier before β(β token
17 | if ((i+1)%a == 0) and ((i+1)%b == 0) {
| ^