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;
y_correct = 45;
assert(isequal(photos(x),y_correct))
ans =
45
|
2 | Pass |
%%
x = 100;
y_correct = 4950;
assert(isequal(photos(x),y_correct))
ans =
4950
|
3 | Pass |
%%
x = 1000;
y_correct = 499500;
assert(isequal(photos(x),y_correct))
ans =
499500
|
Return the largest number that is adjacent to a zero
3117 Solvers
1529 Solvers
614 Solvers
288 Solvers
377 Solvers