Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 0;
y_correct = 1;
assert(isequal(impossibleFn(x),y_correct))
y_correct =
0
|
2 | Pass |
x = 0;
y_correct = 2;
assert(isequal(impossibleFn(x),y_correct))
y_correct =
0
|
3 | Pass |
x = 0;
y_correct = 3;
assert(isequal(impossibleFn(x),y_correct))
y_correct =
0
|
396 Solvers
117 Solvers
Return elements unique to either input
477 Solvers
Find Index of maximum Value and maximum Value of a vector
123 Solvers
400 Solvers