Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = 1;
b=5
y_correct = 6;
assert(isequal(imgnumbers(a,b),y_correct))
b =
5
y =
6
|
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
Back to basics 3 - Temp Directory
328 Solvers
184 Solvers
615 Solvers
236 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!