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 |
%%
x = 10;
y_correct = 45;
assert(isequal(photos(x),y_correct))
ans =
45
|
2 | Pass |
%%
x = 100;
y_correct = 4950;
assert(isequal(photos(x),y_correct))
ans =
4950
|
3 | Pass |
%%
x = 1000;
y_correct = 499500;
assert(isequal(photos(x),y_correct))
ans =
499500
|
1786 Solvers
2280 Solvers
Sum all integers from 1 to 2^n
6328 Solvers
342 Solvers
253 Solvers