Problem | fizzbuzz |
---|---|
User | Pushkaltoocool |
Submission Time | 2023-05-11 16:58:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:22:3: error: ‘else’ without a previous ‘if’
22 | else if {
| ^~~~
fizzbuzz.cpp:22:11: error: expected ‘(’ before ‘{’ token
22 | else if {
| ^
| (