Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 20;
y_correct = 232792560;
assert(isequal(euler005(x),y_correct))
[Warning: Too many FOR loop iterations. Stopping after 9223372036854775806 iterations.]
[> In euler005 (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
x = 10;
y_correct = 2520;
assert(isequal(euler005(x),y_correct))
[Warning: Too many FOR loop iterations. Stopping after 9223372036854775806 iterations.]
[> In euler005 (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
x = 12;
y_correct = 27720;
assert(isequal(euler005(x),y_correct))
[Warning: Too many FOR loop iterations. Stopping after 9223372036854775806 iterations.]
[> In euler005 (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
4 | Pass |
x = 14;
y_correct = 360360;
assert(isequal(euler005(x),y_correct))
[Warning: Too many FOR loop iterations. Stopping after 9223372036854775806 iterations.]
[> In euler005 (line 2)
In ScoringEngineTestPoint4 (line 3)
In solutionTest (line 9)]
|
3238 Solvers
Remove all the words that end with "ain"
1292 Solvers
151 Solvers
Getting the row and column location from a matrix
236 Solvers
2055 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!