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));
|
Is my wife right? Now with even more wrong husband
1145 Solvers
Project Euler: Problem 7, Nth prime
339 Solvers
328 Solvers
Calculate the derivative of a polynomial
139 Solvers
197 Solvers