Problem | applebaskets |
---|---|
User | havinaaaaash |
Submission Time | 2024-12-07 09:47:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
applebaskets.cpp: In function ‘int main()’:
applebaskets.cpp:17:2: error: expected ‘,’ or ‘;’ before ‘if’
17 | if(k/n < min){
| ^~
applebaskets.cpp:30:3: error: ‘else’ without a previous ‘if’
30 | }else{
| ^~~~