QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#367475 | #8505. Almost Aligned | ucup-team660 | WA | 251ms | 889832kb | C++14 | 5.7kb | 2024-03-26 00:56:51 | 2024-03-26 00:56:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 203ms
memory: 889804kb
input:
4 0 0 10 10 0 0 10 10 10 10 -10 -10 10 0 -20 0
output:
22.222222222222
result:
ok found '22.222222222', expected '22.222222222', error '0.000000000'
Test #2:
score: -100
Wrong Answer
time: 251ms
memory: 889832kb
input:
3 0 -1 0 2 1 1 1 1 -1 1 -1 1
output:
4.000000000000
result:
wrong answer 1st numbers differ - expected: '0.0000000', found: '4.0000000', error = '4.0000000'