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 |
v = 11;
A_correct = [nthroot(11/(2*pi),3) 11/(pi*(nthroot(11/(2*pi),3))^2)];
assert(isequal(optimizeArea(v),A_correct))
|
1594 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1064 Solvers
690 Solvers
97 Solvers
317 Solvers