This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(isequal(More_luck_then_brains(),randi(6)));
ans =
3
|
2 | Pass |
%%
assert(isequal(More_luck_then_brains(),randi(6)));
ans =
3
|
3 | Pass |
%%
assert(isequal(More_luck_then_brains(),randi(6)));
;
ans =
3
|
Find the longest sequence of 1's in a binary sequence.
3369 Solvers
Increment a number, given its digits
562 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
1018 Solvers
516 Solvers
Is this triangle right-angled?
2874 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!