QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#212441 | #4228. Double Sort | ucup-team138# | WA | 1ms | 3888kb | C++14 | 1.0kb | 2023-10-13 15:55:42 | 2023-10-13 15:55:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3696kb
input:
3 5
output:
1.0000000000 2.3000000000 4.5000000000
result:
ok 3 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3748kb
input:
5 17
output:
1.1313833226 2.7483839690 5.1830963154 8.8556884292 15.0000000000
result:
ok 5 numbers
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3888kb
input:
50 10000
output:
4.4328164335 12.8365968668 25.3152687339 41.9556112383 62.8480760618 88.0871546758 117.7716337785 152.0048947857 190.8952419054 234.5562640721 283.1072162272 336.6735753002 395.3866945388 459.3890906455 528.8083566310 603.8922866465 684.3850329997 772.1538509013 861.4143947245 972.0596355082 1045.81...
result:
wrong answer 13th numbers differ - expected: '395.3871004', found: '395.3866945', error = '0.0000010'