Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
% 09/21/2012
str=Cody_version;
latest=ver;
Release=latest(1,1).Release;
Release2= regexprep(Release,'[()]','');
Pass= strcmp(str,Release) || strcmp(str,Release2);
assert(isequal(Pass,1))
|
Least common multiple of many numbers
189 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
669 Solvers
404 Solvers
489 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!