Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n=1;
y_correct=1;
assert(isequal(ismunch(n),y_correct))
[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 ismunch (line 2)
In ScoringEngineTestPoint1 (line 3)
In solutionTest (line 3)]
|
2 | Pass |
n=0;
y_correct=1;
assert(isequal(ismunch(n),y_correct))
[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 ismunch (line 2)
In ScoringEngineTestPoint2 (line 3)
In solutionTest (line 5)]
|
3 | Pass |
n=153;
y_correct=0;
assert(isequal(ismunch(n),y_correct))
[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 ismunch (line 2)
In ScoringEngineTestPoint3 (line 3)
In solutionTest (line 7)]
|
4 | Pass |
n=634;
y_correct=0;
assert(isequal(ismunch(n),y_correct))
[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 ismunch (line 2)
In ScoringEngineTestPoint4 (line 3)
In solutionTest (line 9)]
|
5 | Pass |
n=3435;
y_correct=1;
assert(isequal(ismunch(n),y_correct))
[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 ismunch (line 2)
In ScoringEngineTestPoint5 (line 3)
In solutionTest (line 11)]
|
6 | Pass |
n=3534;
y_correct=0;
assert(isequal(ismunch(n),y_correct))
[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 ismunch (line 2)
In ScoringEngineTestPoint6 (line 3)
In solutionTest (line 13)]
|
7 | Pass |
n=438579088;
y_correct=1;
assert(isequal(ismunch(n),y_correct))
[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 ismunch (line 2)
In ScoringEngineTestPoint7 (line 3)
In solutionTest (line 15)]
|
550 Solvers
401 Solvers
Find a subset that divides the vector into equal halves
289 Solvers
Set the array elements whose value is 13 to 0
749 Solvers
208 Solvers