Is it wrong?
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
assert(isequal(times2(1),2));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
2 | Fail |
%%
assert(isequal(times2(11),22));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
3 | Fail |
%%
assert(isequal(times2(-3),-6));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
4 | Fail |
%%
assert(isequal(times2(29),58));
Error: Undefined function 'times2' for input arguments of type 'double'.
|
332 Solvers
1317 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers
243 Solvers
502 Solvers