QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#872927 | #8614. 3D | ucup-team4767# | WA | 1ms | 3968kb | C++26 | 2.6kb | 2025-01-26 06:43:41 | 2025-01-26 06:43:42 |
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: 0ms
memory: 3968kb
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.9133867025 0.8237804174 0.3424129486 0.8772493601 0.1353876293 0.6012620926 0.6328346133 0.5167788267 0.6166953444 0.9314412475 0.5257840157 0.2518369257
result:
ok OK. Max delta: 0.082804
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3840kb
input:
1 0.000000
output:
-nan -nan -nan
result:
wrong output format Expected double, but "-nan" found