Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
N=991;
P=997;
assert(prima(N)==P)
z =
992
|
2 | Fail |
N=9967;
P=9973;
assert(prima(N)==P)
z =
9968
|
3 | Fail |
N=99859;
P=99871;
assert(prima(N)==P)
z =
99860
|
3238 Solvers
404 Solvers
232 Solvers
360 Solvers
236 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!