This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assignin('caller','score',1e6);
str=somethingfunny;
assert(isstr(str));
rand('seed',sum(str));
assignin('caller','score',round(rand*1e6));
|
552 Solvers
525 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers
189 Solvers
477 Solvers