Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x =4000000
y_correct = 4613732;
assert(isequal(euler002(x),y_correct))
x =
4000000
y =
2
y =
10
y =
44
y =
188
y =
798
y =
3382
y =
14328
y =
60696
y =
257114
y =
1089154
y =
4613732
|
2 | Pass |
x =97455000
y_correct = 82790070;
assert(isequal(euler002(x),y_correct))
x =
97455000
y =
2
y =
10
y =
44
y =
188
y =
798
y =
3382
y =
14328
y =
60696
y =
257114
y =
1089154
y =
4613732
y =
19544084
y =
82790070
|
3 | Pass |
x =597455000
y_correct = 350704366;
assert(isequal(euler002(x),y_correct))
x =
597455000
y =
2
y =
10
y =
44
y =
188
y =
798
y =
3382
y =
14328
y =
60696
y =
257114
y =
1089154
y =
4613732
y =
19544084
y =
82790070
y =
350704366
|
4 | Pass |
x =666576
y_correct = 257114;
assert(isequal(euler002(x),y_correct))
x =
666576
y =
2
y =
10
y =
44
y =
188
y =
798
y =
3382
y =
14328
y =
60696
y =
257114
|
1598 Solvers
253 Solvers
Back to basics 17 - white space
245 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
Deleting an element in a matrix
325 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!