QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#643167 | #5444. Tavern Chess | ucup-team3377 | WA | 2ms | 3888kb | C++14 | 2.5kb | 2024-10-15 19:27:01 | 2024-10-15 19:27:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3840kb
input:
2 3 2 5 3 4 1
output:
0.125 0.75 0.125
result:
ok 3 numbers
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3888kb
input:
6 6 1 1 4 5 1 4 1 1 4 5 1 4
output:
0.241867 0.241867 0.516265
result:
wrong answer 1st numbers differ - expected: '0.2418673', found: '0.2418670', error = '0.0000003'