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 |
s = pi;
a = pi^2;
y_correct = 2*pi^4 + pi^3;
assert(abs(paperneed(s,a)-y_correct)<1e-12)
|
1964 Solvers
1786 Solvers
Least common multiple of many numbers
159 Solvers
Back to basics 19 - character types
189 Solvers
What is Sum Of all elements of Matrix
215 Solvers