Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 6;
y_correct = 13;
assert(isequal(euler007(x),y_correct))
10.7506
107.5056
|
2 | Pass |
x = 10001;
y_correct = 104743;
assert(isequal(euler007(x),y_correct))
9.2114e+04
9.2114e+05
|
3 | Pass |
x = 123456;
y_correct = 1632899;
assert(isequal(euler007(x),y_correct))
1.4474e+06
1.4474e+07
|
Find common elements in matrix rows
1232 Solvers
248 Solvers
Cell Counting: How Many Draws?
581 Solvers
516 Solvers
Check that number is whole number
1071 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!