Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y = 120;
assert(isequal(fact(x),y))
|
2 | Pass |
x = 1;
y = 1;
assert(isequal(fact(x),y))
|
1786 Solvers
340 Solvers
Determine Whether an array is empty
561 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers
What is Sum Of all elements of Matrix
215 Solvers