QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#884804 | #4228. Double Sort | cjr2010 | WA | 670ms | 108516kb | C++14 | 1.4kb | 2025-02-06 10:57:33 | 2025-02-06 10:57:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 6044kb
input:
3 5
output:
1.000000000 2.300000000 4.500000000
result:
ok 3 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 6108kb
input:
5 17
output:
1.131383323 2.748383969 5.183096315 8.855688429 15.000000000
result:
ok 5 numbers
Test #3:
score: -100
Wrong Answer
time: 670ms
memory: 108516kb
input:
50 10000
output:
28.143734548 63.416445171 105.329906721 78.242516319 232.124778858 247.477498037 221.191847138 190.662982490 169.775425250 14.925746842 116.933693505 70.267117161 168.524518284 195.610451346 -55.724039512 -39.674081810 -143.309566001 -261.840025505 -327.274776354 -332.240460196 -232.700911277 -182.5...
result:
wrong answer 1st numbers differ - expected: '4.4328164', found: '28.1437345', error = '5.3489510'