Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y_correct = 3;
assert(isequal(amountinput(1,2,3),y_correct))
|
2 | Pass |
y_correct = 1;
assert(isequal(amountinput(10),y_correct))
|
3 | Pass |
y_correct = 7;
assert(isequal(amountinput(0,7,3,6,2,7,4),y_correct))
|
Find the numeric mean of the prime numbers in a matrix.
5905 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers
Rotate input square matrix 90 degrees CCW without rot90
316 Solvers
1322 Solvers
Deleting an element in a matrix
242 Solvers