Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = round((1+rand)*10)/10;
tic; your_fcn_name(x); your_time=toc
y_correct = x;
assert(isequal(your_fcn_name(x),y_correct))
assert(your_time>x/2)
Error: Assertion failed.
|
Is my wife right? Now with even more wrong husband
1145 Solvers
156 Solvers
Back to basics 23 - Triangular matrix
532 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers
160 Solvers