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