Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = [ 3 4 71 8 10];
[p v]=outx(x);
assert(p==3)
assert(v==71)
|
2 | Fail |
x = [ 0 3 -7 -714 8 -10];
[p v]=outx(x);
assert(p==4)
assert(v== -714)
|
9826 Solvers
Least common multiple of many numbers
189 Solvers
232 Solvers
2143 Solvers
Help the Patriots get to the Super Bowl
150 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!