Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1800;
y = 1800;
assert(isequal(expected_score(x,y),0.5))
y =
0.5000
|
2 | Pass |
x = 1900;
y = 1800;
assert(isequal(expected_score(x,y),0.64))
y =
0.6400
|
3 | Pass |
x = 1900;
y = 2000;
assert(isequal(expected_score(x,y),0.36))
y =
0.3600
|
4 | Pass |
x = 1900;
y = 2100;
assert(isequal(expected_score(x,y),0.24))
y =
0.2400
|
5 | Pass |
x = 1800;
y = 2775;
assert(isequal(expected_score(x,y),0.004))
y =
0.0040
|
6 | Pass |
x = 1800;
y = 2865;
assert(isequal(expected_score(x,y),0.002))
y =
0.0020
|
7 | Pass |
x = 2865;
y = 2775;
assert(isequal(expected_score(x,y),0.627))
y =
0.6270
|
8 | Pass |
x = 2865;
y = 2851;
assert(isequal(expected_score(x,y),0.52))
y =
0.5200
|
9 | Pass |
x = 2865;
y = 2844;
assert(isequal(expected_score(x,y),0.53))
y =
0.5300
|
10 | Pass |
x = 2785;
y = 2865;
assert(isequal(expected_score(x,y),0.387))
y =
0.3870
|
11 | Pass |
x = 2785;
y = 1800;
assert(isequal(expected_score(x,y),0.997))
y =
0.9970
|
17209 Solvers
752 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
Determine if input is a perfect number
145 Solvers
376 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!