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 = 5;
S = 40;
assert(isequal(FibSumSquares(n),S))
|
2 | Pass |
n = 8;
S = 714;
assert(isequal(FibSumSquares(n),S))
|
3 | Pass |
n = 11;
S = 12816;
assert(isequal(FibSumSquares(n),S))
|
4 | Pass |
n = 15;
S = 602070;
assert(isequal(FibSumSquares(n),S))
|
5 | Pass |
n = 21;
S = 193864606;
assert(isequal(FibSumSquares(n),S))
|
6 | Pass |
n = 26;
S = 23843770274;
assert(isequal(FibSumSquares(n),S))
|
Remove the small words from a list of words.
672 Solvers
Who knows the last digit of pi?
557 Solvers
Find out sum of all elements of given Matrix
349 Solvers
Check that number is whole number
1070 Solvers
556 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!