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));
|
Return the largest number that is adjacent to a zero
3109 Solvers
Determine if a Given Number is a Triangle Number
286 Solvers
Arrange Vector in descending order
1808 Solvers
Back to basics 11 - Max Integer
611 Solvers
440 Solvers