This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 7;
y_correct = 8256;
assert(isequal(sum_int(x),y_correct))
|
2 | Pass |
%%
x = 10;
y_correct = 524800;
assert(isequal(sum_int(x),y_correct))
|
2531 Solvers
Read a column of numbers and interpolate missing data
802 Solvers
Given a window, how many subsets of a vector sum positive
673 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1569 Solvers
179 Solvers