QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#664773 | #8022. Walker | ZhaoZiLong | WA | 0ms | 3980kb | C++23 | 844b | 2024-10-21 22:15:34 | 2024-10-21 22:15:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3804kb
input:
2 10000.0 1.0 0.001 9999.0 0.001 4306.063 4079.874 0.607 1033.423 0.847
output:
5001000.0000000000 3827.8370013755
result:
ok 2 numbers
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3980kb
input:
1 10.0 1.0 10.0 9.0 0.1
output:
1.0447761194
result:
wrong answer 1st numbers differ - expected: '1.1000000', found: '1.0447761', error = '0.0502035'