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 = 1:3;
y= 3:-1:1;
z_correct = 10;
assert(isequal(your_fcn_name(x,y),z_correct))
|
2 | Pass |
x = 1:6;
y= ones(1,6);
z_correct = 21;
assert(isequal(your_fcn_name(x,y),z_correct))
|
Number of 1s in the Binary Representation of a Number
319 Solvers
210 Solvers
279 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
197 Solvers
255 Solvers