QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#327417 | #8082. Minimum Euclidean Distance | waifuSenpai# | WA | 1ms | 4008kb | C++20 | 1.9kb | 2024-02-14 23:40:30 | 2024-02-14 23:40: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: 0
Wrong Answer
time: 1ms
memory: 4008kb
input:
4 3 0 0 1 0 1 1 0 1 0 0 1 1 1 1 2 2 1 1 2 3
output:
0.2500000000 0.5000000000 1.8750000000
result:
wrong answer Except 0.750000000000, but found 0.500000000000!QAQ