Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 1000;
y_correct = 31875000;
assert(isequal(euler009(x),y_correct))
|
2 | Pass |
%%
x = 2000;
y_correct = 255000000;
assert(isequal(euler009(x),y_correct))
|
3 | Pass |
%%
x = 320;
y_correct = 1044480;
assert(isequal(euler009(x),y_correct))
|
4 | Pass |
%%
x = 5000;
y_correct = 3984375000
assert(isequal(euler009(x),y_correct))
y_correct =
3.9844e+09
|
Remove all the words that end with "ain"
1292 Solvers
Is my wife right? Now with even more wrong husband
1241 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
432 Solvers
511 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!