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 3n+1 sequence for n
6167 Solvers
Make one big string out of two smaller strings
1148 Solvers
Get the length of a given vector
3560 Solvers
2455 Solvers
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!