Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 999;
y_correct = 906609;
assert(isequal(euler004(x),y_correct))
|
2 | Pass |
x = 9999;
y_correct = 99000099;
assert(isequal(euler004(x),y_correct))
|
3 | Pass |
x = 100;
y_correct = 9009;
assert(isequal(euler004(x),y_correct))
|
4 | Pass |
x = 2500;
y_correct = 6167616;
assert(isequal(euler004(x),y_correct))
|
All your base are belong to us
463 Solvers
1050 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
Convert from Base 10 to base 5
203 Solvers
Given a window, how many subsets of a vector sum positive
742 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!