This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
n = 5;
S = 40;
assert(isequal(FibSumSquares(n),S))
|
2 | Pass |
%%
n = 11;
S = 12816;
assert(isequal(FibSumSquares(n),S))
|
14328 Solvers
1963 Solvers
given 3 sides, find area of this triangle
600 Solvers
13794 Solvers
686 Solvers