QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#384586 | #8505. Almost Aligned | ucup-team2401# | WA | 1ms | 3952kb | C++20 | 3.7kb | 2024-04-10 03:10:09 | 2024-04-10 03:10:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3852kb
input:
4 0 0 10 10 0 0 10 10 10 10 -10 -10 10 0 -20 0
output:
22.22222222222222222723
result:
ok found '22.222222222', expected '22.222222222', error '0.000000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3620kb
input:
3 0 -1 0 2 1 1 1 1 -1 1 -1 1
output:
0.0
result:
ok found '0.000000000', expected '0.000000000', error '-0.000000000'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3952kb
input:
3 0 -1 0 -2 1 1 1 1 -1 1 -1 1
output:
3.99999900000006000005
result:
wrong answer 1st numbers differ - expected: '4.0000000', found: '3.9999990', error = '0.0000002'