Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 6;
y_correct = 13;
assert(isequal(euler007(x),y_correct))
ans =
[]
|
2 | Pass |
%%
x = 10001;
y_correct = 104743;
assert(isequal(euler007(x),y_correct))
ans =
[]
|
3 | Pass |
%%
x = 123456;
y_correct = 1632899;
assert(isequal(euler007(x),y_correct))
ans =
[]
|
875 Solvers
190 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
276 Solvers
Solve a System of Linear Equations
3465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!