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 |
x= 2;
k=2;
y_correct = 1;
assert(isequal(com(x),y_correct))
|
2 | Pass |
x = 5;
k=2;
y_correct = 4;
assert(isequal(com(x),y_correct))
|
3 | Pass |
x = 10;
k=3;
y_correct = 36;
assert(isequal(com(x),y_correct))
|
4 | Fail |
x= 32;
k=23;
y_correct = 20160075;
assert(isequal(com(x),y_correct))
|
397 Solvers
Make a random, non-repeating vector.
1120 Solvers
Find last zero for each column
145 Solvers
86 Solvers
254 Solvers