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 |
d = 20;
y_correct = 20+(10*pi);
assert(isequal(perm_semicircle(d),y_correct))
y =
51.4159
|
2 | Pass |
d = 100;
y_correct = 100+(50*pi);
assert(isequal(perm_semicircle(d),y_correct))
y =
257.0796
|
221 Solvers
194 Solvers
Integer Sequence - II : New Fibonacci
141 Solvers
186 Solvers
88 Solvers