Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(abs(handAngle('12:00:00')-0) < 1e-9)
h =
0
m =
0
theta =
0
|
2 | Pass |
assert(abs(handAngle('03:28:07')-64.6416666667) < 1e-9)
h =
104.0583
m =
168.7000
theta =
64.6417
|
3 | Pass |
assert(abs(handAngle('12:26:23')-145.1083333333) < 1e-9)
h =
13.1917
m =
158.3000
theta =
145.1083
|
4 | Pass |
assert(abs(handAngle('09:50:12')-6.1000000000) < 1e-9)
h =
295.1000
m =
301.2000
theta =
6.1000
|
5 | Pass |
assert(abs(handAngle('07:06:30')-174.2500000000) < 1e-9)
h =
213.2500
m =
39
theta =
174.2500
|
6 | Pass |
assert(abs(handAngle('06:08:21')-134.0750000000) < 1e-9)
h =
184.1750
m =
50.1000
theta =
134.0750
|
7 | Pass |
assert(abs(handAngle('01:11:58')-35.8166666667) < 1e-9)
h =
35.9833
m =
71.8000
theta =
35.8167
|
8 | Pass |
assert(abs(handAngle('09:24:56')-132.8666666667) < 1e-9)
h =
282.4667
m =
149.6000
theta =
132.8667
|
9 | Pass |
assert(abs(handAngle('01:50:04')-114.6333333333) < 1e-9)
h =
55.0333
m =
300.4000
theta =
245.3667
theta =
114.6333
|
10 | Pass |
assert(abs(handAngle('01:49:45')-116.3750000000) < 1e-9)
h =
54.8750
m =
298.5000
theta =
243.6250
theta =
116.3750
|
11 | Pass |
assert(abs(handAngle('07:04:17')-173.5583333333) < 1e-9)
h =
212.1417
m =
25.7000
theta =
186.4417
theta =
173.5583
|
12 | Pass |
assert(abs(handAngle('02:24:26')-74.3833333333) < 1e-9)
h =
72.2167
m =
146.6000
theta =
74.3833
|
13 | Pass |
assert(abs(handAngle('10:32:33')-120.9750000000) < 1e-9)
h =
316.2750
m =
195.3000
theta =
120.9750
|
14 | Pass |
assert(abs(handAngle('10:26:57')-151.7750000000) < 1e-9)
h =
313.4750
m =
161.7000
theta =
151.7750
|
15 | Pass |
assert(abs(handAngle('09:40:26')-47.6166666667) < 1e-9)
h =
290.2167
m =
242.6000
theta =
47.6167
|
16 | Pass |
assert(abs(handAngle('02:38:59')-154.4083333333) < 1e-9)
h =
79.4917
m =
233.9000
theta =
154.4083
|
17 | Pass |
assert(abs(handAngle('08:18:19')-139.2583333333) < 1e-9)
h =
249.1583
m =
109.9000
theta =
139.2583
|
18 | Pass |
assert(abs(handAngle('07:26:43')-63.0583333333) < 1e-9)
h =
223.3583
m =
160.3000
theta =
63.0583
|
19 | Pass |
assert(abs(handAngle('12:01:40')-9.1666666667) < 1e-9)
h =
0.8333
m =
10
theta =
9.1667
|
20 | Pass |
assert(abs(handAngle('08:60:33')-93.0250000000) < 1e-9)
h =
270.2750
m =
3.3000
theta =
266.9750
theta =
93.0250
|
21 | Pass |
assert(abs(handAngle('10:11:42')-124.3500000000) < 1e-9)
h =
305.8500
m =
70.2000
theta =
235.6500
theta =
124.3500
|
1581 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
524 Solvers
Find the largest value in the 3D matrix
899 Solvers
690 Solvers
251 Solvers