Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 13;
y_correct = 339;
assert(isequal(findlogic(x),y_correct))
y =
339
|
2 | Pass |
x = 26;
y_correct = 1353;
assert(isequal(findlogic(x),y_correct))
y =
1353
|
3 | Pass |
x = 39;
y_correct = 3043;
assert(isequal(findlogic(x),y_correct))
y =
3043
|
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
Remove the two elements next to NaN value
411 Solvers
401 Solvers
228 Solvers
445 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!