QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#872934 | #8614. 3D | ucup-team4767# | WA | 1ms | 3840kb | C++26 | 2.6kb | 2025-01-26 06:45:24 | 2025-01-26 06:45:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3840kb
input:
4 0.000000 0.758400 0.557479 0.379026 0.758400 0.000000 0.516608 0.446312 0.557479 0.516608 0.000000 0.554364 0.379026 0.446312 0.554364 0.000000
output:
0.7348585725 0.4159374237 0.6656912565 0.2530917227 0.8529947400 0.8029744029 0.4224844575 0.6484167576 0.3375873864 0.5253587961 0.5920156240 0.7946164012
result:
ok OK. Max delta: 0.093595
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3840kb
input:
1 0.000000
output:
-nan -nan -nan
result:
wrong output format Expected double, but "-nan" found