Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 20;
y_correct = 232792560;
assert(isequal(euler005(x),y_correct))
y =
1
y =
1
y =
2
y =
6
y =
12
y =
60
y =
60
y =
420
y =
840
y =
2520
y =
2520
y =
27720
y =
27720
y =
360360
y =
360360
y =
360360
y =
720720
y =
12252240
y =
12252240
y =
232792560
y =
232792560
|
2 | Pass |
x = 10;
y_correct = 2520;
assert(isequal(euler005(x),y_correct))
y =
1
y =
1
y =
2
y =
6
y =
12
y =
60
y =
60
y =
420
y =
840
y =
2520
y =
2520
|
3 | Pass |
x = 12;
y_correct = 27720;
assert(isequal(euler005(x),y_correct))
y =
1
y =
1
y =
2
y =
6
y =
12
y =
60
y =
60
y =
420
y =
840
y =
2520
y =
2520
y =
27720
y =
27720
|
4 | Pass |
x = 14;
y_correct = 360360;
assert(isequal(euler005(x),y_correct))
y =
1
y =
1
y =
2
y =
6
y =
12
y =
60
y =
60
y =
420
y =
840
y =
2520
y =
2520
y =
27720
y =
27720
y =
360360
y =
360360
|
1160 Solvers
Longest run of consecutive numbers
1661 Solvers
Multiples of a Number in a Given Range
214 Solvers
407 Solvers
412 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!