Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N=991;
P=997;
assert(prima(N)==P)
|
2 | Pass |
N=9967;
P=9973;
assert(prima(N)==P)
|
3 | Pass |
N=99859;
P=99871;
assert(prima(N)==P)
|
Getting the indices from a matrice
360 Solvers
232 Solvers
260 Solvers
Sum of odd numbers in a matrix
311 Solvers
174 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!