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 = -18;
y=96;
z_correct = 6;
assert(isequal(your_GCD(x,y),z_correct))
x = -118;
y=66;
z_correct = 2;
assert(isequal(your_GCD(x,y),z_correct))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35571 Solvers
2197 Solvers
Make a random, non-repeating vector.
2808 Solvers
413 Solvers
Relative ratio of "1" in binary number
393 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!