QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#515280 | #4880. Network Transfer | GuanYunchang | WA | 0ms | 3824kb | C++14 | 1.3kb | 2024-08-11 16:45:49 | 2024-08-11 16:45:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3768kb
input:
2 10 0 100 2 4 200 1
output:
13.0000000000 30.0000000000
result:
ok 2 numbers
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3824kb
input:
2 10 30 200 1 10 100 2
output:
50.0000000000 10.0000000000
result:
wrong answer 2nd numbers differ - expected: '20.0000000', found: '10.0000000', error = '0.5000000'