QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#884788 | #4228. Double Sort | cjr2010 | WA | 0ms | 16480kb | C++14 | 1.2kb | 2025-02-06 10:45:42 | 2025-02-06 10:45:43 |
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: 12384kb
input:
3 5
output:
1.000000000 2.300000000 4.500000000
result:
ok 3 numbers
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 16480kb
input:
5 17
output:
1.131383323 2.691822883 4.921299289 7.957175178 11.992566257
result:
wrong answer 2nd numbers differ - expected: '2.7483840', found: '2.6918229', error = '0.0205798'