Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
n = 4;
k = 6;
y_correct = 1560;
assert(isequal(bookclub(n,k),y_correct))
ans =
1560
|
2 | Pass |
%%
n = 3;
k = 6;
y_correct = 540;
assert(isequal(bookclub(n,k),y_correct))
ans =
540
|
3 | Pass |
%%
n = 3;
k = 5;
y_correct = 150;
assert(isequal(bookclub(n,k),y_correct))
ans =
150
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
29386 Solvers
It dseon't mettar waht oedrr the lrettes in a wrod are.
493 Solvers
1878 Solvers
107 Solvers
269 Solvers