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 | Fail |
x = 40;
y_correct = [34.86 19.61];
[y1 y2]=TV(x)
assert(y1-y_correct(1)<=0.01 && y2-y_correct(2)<=0.01)
|
2 | Fail |
x=49
y_correct = [42.71 24.02];
[y1 y2]=TV(x)
assert(y1-y_correct(1)<=0.01 && y2-y_correct(2)<=0.01)
x =
49
|
354 Solvers
Getting the row and column location from a matrix
192 Solvers
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
138 Solvers
126 Solvers
255 Solvers