Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N=991;
P=997;
assert(prima(N)==P)
z =
992
|
2 | Pass |
N=9967;
P=9973;
assert(prima(N)==P)
z =
9968
|
3 | Pass |
N=99859;
P=99871;
assert(prima(N)==P)
z =
99860
|
309 Solvers
Convert a vector into a number
503 Solvers
436 Solvers
174 Solvers
187 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!