| Problem | fizzbuzz |
|---|---|
| User | ShaquilleOatmeal34 |
| Submission Time | 2025-03-05 14:09:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:23: error: expected ‘)’ before ‘i’
10 | if (i % A == 0 i % B == 0) {
| ~ ^~
| )