Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2000000;
y_correct = 142913828922;
assert(isequal(euler010(x),y_correct))
ans =
1.4291e+11
|
2 | Pass |
x = 10;
y_correct = 17;
assert(isequal(euler010(x),y_correct))
ans =
17
|
3 | Pass |
x = 200;
y_correct =4227;
assert(isequal(euler010(x),y_correct))
ans =
4227
|
4 | Pass |
x = 11;
y_correct = 28;
assert(isequal(euler010(x),y_correct))
ans =
28
|
657 Solvers
Vectorize the digits of an Integer
269 Solvers
273 Solvers
414 Solvers
Calculate Amount of Cake Frosting
7517 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!