QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#589726 | #8775. MountainCraft | GuanYunchang | WA | 3ms | 40768kb | C++17 | 4.3kb | 2024-09-25 19:54:08 | 2024-09-25 19:54:09 |
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: 3ms
memory: 40768kb
input:
3 10 3 2 7 3 9 6
output:
1,4 5.6568542494923805819 4,9 12.727922061357856975 3,9 12.727922061357856975
result:
wrong output format Expected double, but "1,4" found