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 |
n = 3;
y_correct = 1;
assert(isequal(normie(n),y_correct))
|
2 | Pass |
n = 23;
y_correct = 289329;
assert(isequal(normie(n),y_correct))
|
3 | Pass |
n = 36;
y_correct = 797691075;
assert(isequal(normie(n),y_correct))
|
4 | Pass |
n = 37;
y_correct = 1467182629;
assert(isequal(normie(n),y_correct))
|
5 | Pass |
n = 40;
y_correct = 9129195487;
assert(isequal(normie(n),y_correct))
|
6 | Pass |
n = 50;
y_correct = 4045078385041;
assert(isequal(normie(n),y_correct))
|
7 | Pass |
n = 70;
y_correct = 794174268033812736;
assert(isequal(normie(n),y_correct))
|
Find the sum of all the numbers of the input vector
25666 Solvers
339 Solvers
Remove the polynomials that have positive real elements of their roots.
447 Solvers
Make one big string out of two smaller strings
1070 Solvers
412 Solvers