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 = 1;
y = 1;
z_correct=1;
assert(isequal(Speed(x,y),z_correct))
|
2 | Pass |
%%
x=4;
y=2;
z_correct=2;
assert(isequal(Speed(x,y),z_correct))
|
36284 Solvers
1311 Solvers
794 Solvers
441 Solvers
128 Solvers