Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
N=991;
P=997;
assert(prima(N)==P)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In prima (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
N=9967;
P=9973;
assert(prima(N)==P)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In prima (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
N=99859;
P=99871;
assert(prima(N)==P)
[Warning: Function assert has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.]
[> In unix (line 32)
In prima (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
3895 Solvers
Matrix indexing with two vectors of indices
485 Solvers
Multiples of a Number in a Given Range
214 Solvers
2145 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!