Problem | fizzbuzz |
---|---|
User | YongXin |
Submission Time | 2023-06-01 21:49:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:5: error: expected ‘}’ before ‘else’
16 | } else {
| ^~~~
fizzbuzz.cpp:9:15: note: to match this ‘{’
9 | if (i%a==0) {
| ^