QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#370182 | #8513. Insects, Mathematics, Accuracy, and Efficiency | ucup-team2016# | WA | 1ms | 4208kb | C++20 | 8.3kb | 2024-03-28 22:45:50 | 2024-03-28 22:45:50 |
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: 4208kb
input:
4 1000 -1000 0 0 0 1000 0 0 -1000
output:
2000000.00000000000000000000
result:
ok found '2000000.000000000', expected '2000000.000000000', error '0.000000000'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3984kb
input:
2 100 17 7 19 90
output:
4849.70464443756374084415
result:
ok found '4849.704644438', expected '4849.704644438', error '0.000000000'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 4072kb
input:
1 100 13 37
output:
nan
result:
wrong output format Expected double, but "nan" found