Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 6;
y_correct = 13;
assert(isequal(euler007(x),y_correct))
|
2 | Fail |
x = 10001;
y_correct = 104743;
assert(isequal(euler007(x),y_correct))
|
3 | Fail |
x = 123456;
y_correct = 1632899;
assert(isequal(euler007(x),y_correct))
|
2240 Solvers
All your base are belong to us
463 Solvers
First non-zero element in each column
593 Solvers
Back to basics 19 - character types
225 Solvers
Is this triangle right-angled?
2874 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!