Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1234455611;
b = 2;
y_correct = 1;
assert(isequal(countMeIn(a,b),y_correct))
|
2 | Pass |
a = 1234455611;
b = 1
y_correct = 3;
assert(isequal(countMeIn(a,b),y_correct))
b =
1
|
3 | Pass |
a = 1234455611;
b = 4
y_correct = 2;
assert(isequal(countMeIn(a,b),y_correct))
b =
4
|
340 Solvers
Rotate input square matrix 90 degrees CCW without rot90
308 Solvers
201 Solvers
Maximum sum from any 2 numbers with a variable number of inputs
28 Solvers
47 Solvers