Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 20;
y_correct = 232792560;
assert(isequal(euler005(x),y_correct))
|
2 | Pass |
x = 10;
y_correct = 2520;
assert(isequal(euler005(x),y_correct))
|
3 | Pass |
x = 12;
y_correct = 27720;
assert(isequal(euler005(x),y_correct))
|
4 | Pass |
x = 14;
y_correct = 360360;
assert(isequal(euler005(x),y_correct))
|
Return the 3n+1 sequence for n
6168 Solvers
Remove the small words from a list of words.
672 Solvers
Arrange vector in ascending order
624 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
Find the Oldest Person in a Room
5115 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!