This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
p=1;
c=0.35;
y_correct = 14;
assert(isequal(bottle(x,p,c),y_correct))
|
2 | Pass |
x = 20;
p=1.5;
c=0.4;
y_correct = 17;
assert(isequal(bottle(x,p,c),y_correct))
|
552 Solvers
498 Solvers
263 Solvers
395 Solvers
694 Solvers