Problem | fizzbuzz |
---|---|
User | Pushkaltoocool |
Submission Time | 2023-05-11 16:59:15 |
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 (i%A!=0 && i%B!=0) {
| ^~~~
fizzbuzz.cpp:22:26: error: expected ‘;’ before ‘{’ token
22 | else (i%A!=0 && i%B!=0) {
| ^~
| ;