Problem | fizzbuzz |
---|---|
User | tomatofrog0w0 |
Submission Time | 2023-11-10 15:35:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:16:1: error: expected ‘}’ before ‘else’
16 | else if (i % A == 0){
| ^~~~
fizzbuzz.cpp:13:30: note: to match this ‘{’
13 | if (i % A == 0 && i % B == 0){
| ^