Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 2;
y_correct = 1;
assert(isequal(mytaxicab(x),y_correct))
|
2 | Fail |
x = 1729;
y_correct = 2;
assert(isequal(mytaxicab(x),y_correct))
|
3 | Pass |
x = 5251;
y_correct = 0;
assert(isequal(mytaxicab(x),y_correct))
|
4 | Pass |
x = 10000001;
y_correct = 0;
assert(isequal(mytaxicab(x),y_correct))
|
5 | Fail |
x = 87539319;
y_correct = 3;
assert(isequal(mytaxicab(x),y_correct))
|
895 Solvers
351 Solvers
2539 Solvers
2314 Solvers
Is this triangle right-angled?
2874 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!