Cheat!!!!!!!!!!
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x =4000000
y_correct = 4613732;
assert(isequal(euler002(x),y_correct))
x =
4000000
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In euler002 (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
x =97455000
y_correct = 82790070;
assert(isequal(euler002(x),y_correct))
x =
97455000
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In euler002 (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
x =597455000
y_correct = 350704366;
assert(isequal(euler002(x),y_correct))
x =
597455000
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In euler002 (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
4 | Pass |
x =666576
y_correct = 257114;
assert(isequal(euler002(x),y_correct))
x =
666576
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In euler002 (line 2)
In ScoringEngineTestPoint4 (line 3)
In solutionTest (line 9)]
|
1598 Solvers
753 Solvers
253 Solvers
The sum of the numbers in the vector
426 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!