Problem | shoop |
---|---|
User | WHEE29alt |
Submission Time | 2024-12-02 16:23:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shoop.cpp: In function ‘int main()’:
shoop.cpp:16:3: error: expected ‘,’ or ‘;’ before ‘if’
16 | if (c <= 0) q+=1;
| ^~
shoop.cpp:17:3: error: ‘else’ without a previous ‘if’
17 | else if (c <= x) {q += 1;x-=c;}
| ^~~~
shoop.cpp:22:3: error: expected ‘,’ or ‘;’ before ‘if’
22 | if (c <= 0) q+=1;
| ^~
shoop.cpp:23:3: error: ‘else’ without a previous ‘if’
23 | else if (c <= x) {q += 1;x-= c;}
| ^~~~