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));
|
Least common multiple of many numbers
159 Solvers
Find out missing number from a vector of 9 elements
207 Solvers
Output any real number that is neither positive nor negative
250 Solvers
Is this triangle right-angled?
1371 Solvers
What is Sum Of all elements of Matrix
215 Solvers