Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x1 = [2015 9 1 9 15];
x2 = [2015 9 1 14 44];
y_correct = 329;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Fail |
x1 = [2015 9 1 9 15];
x2 = [2015 9 5 14 44];
y_correct = 6089;
assert(isequal(your_fcn_name(x),y_correct))
|
Remove the small words from a list of words.
474 Solvers
Project Euler: Problem 7, Nth prime
339 Solvers
Who knows the last digit of pi?
488 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
262 Solvers
Permute diagonal and antidiagonal
179 Solvers