Problem | fizzbuzz |
---|---|
User | supercel980 |
Submission Time | 2024-08-02 18:11:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:3: error: expected ‘}’ before ‘else’
16 | else
| ^~~~
fizzbuzz.cpp:14:20: note: to match this ‘{’
14 | else if (i%c==0) {
| ^
fizzbuzz.cpp:17:8: error: expected ‘;’ before ‘i’
17 | cout i;
| ^~
| ;