Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 10;
y_correct = 2640;
assert(isequal(euler006(x),y_correct))
|
2 | Pass |
%%
x = 20;
y_correct = 41230;
assert(isequal(euler006(x),y_correct))
|
3 | Pass |
%%
x = 200;
y_correct = 401323300;
assert(isequal(euler006(x),y_correct))
|
28000 Solvers
Maximum running product for a string of numbers
1112 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
278 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
511 Solvers
Rounding off numbers to n decimals
1050 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!