Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N=991;
P=997;
assert(prima(N)==P)
y =
997
ans =
[]
|
2 | Pass |
N=9967;
P=9973;
assert(prima(N)==P)
y =
9973
ans =
[]
|
3 | Pass |
N=99859;
P=99871;
assert(prima(N)==P)
y =
99871
ans =
[]
|
Find the alphabetic word product
2322 Solvers
819 Solvers
227 Solvers
555 Solvers
145 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!