Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 50;
y_correct = 184;
assert(isequal(decay(x),y_correct))
|
2 | Fail |
x = 60;
y_correct = 132;
assert(isequal(decay(x),y_correct))
|
9818 Solvers
1092 Solvers
Least common multiple of many numbers
189 Solvers
Project Euler: Problem 5, Smallest multiple
397 Solvers
485 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!