| Problem | fizzbuzz |
|---|---|
| User | godex |
| Submission Time | 2025-02-17 13:32:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:12:6: error: expected ‘(’ before ‘else’
12 | if else (y % i == 0) {
| ^~~~
| (
fizzbuzz.cpp:15:6: error: expected ‘(’ before ‘else’
15 | if else (z % i == 0) {
| ^~~~
| (
fizzbuzz.cpp:18:3: error: ‘else’ without a previous ‘if’
18 | else {
| ^~~~