Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [-1 2 3 4 7 9];
c=[1 4 6];
y_correct = 12;
assert(isequal(sumvec(x,c),y_correct))
y =
0
y =
-1
y =
3
y =
12
|
2 | Pass |
x = [-50 -24 0 4 10 14 19 18];
c=[2 3 6 7];
y_correct = 9;
assert(isequal(sumvec(x,c),y_correct))
y =
0
y =
-24
y =
-24
y =
-10
y =
9
|
1611 Solvers
Make one big string out of two smaller strings
1070 Solvers
First non-zero element in each column
471 Solvers
Magic is simple (for beginners)
1114 Solvers
241 Solvers