QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#667814 | #7691. B Road Band | MaMengQi | WA | 16ms | 10732kb | Python3 | 1.1kb | 2024-10-23 08:21:05 | 2024-10-23 08:21:13 |
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: 8ms
memory: 10640kb
input:
4 4 2 3 0.5 1.0 3.0 3.5 1.0 2.5 3.0 3.5
output:
18.86666666666667
result:
ok found '18.86667', expected '18.86667', error '0.00000'
Test #2:
score: -100
Wrong Answer
time: 16ms
memory: 10732kb
input:
9 9 3 2 1 2 3 5 6 7 9 10 11 1 2 3 5 6 7 9 10 11
output:
78.0
result:
wrong answer 1st numbers differ - expected: '30.00000', found: '78.00000', error = '1.60000'