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));
|
1529 Solvers
Project Euler: Problem 5, Smallest multiple
241 Solvers
Given a 4x4 matrix, swap the two middle columns
302 Solvers
403 Solvers
Sum the 'edge' values of a matrix
154 Solvers