QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#74656 | #2267. Jewelry Size | flywatre | WA | 2ms | 3964kb | C++14 | 967b | 2023-02-03 10:03:27 | 2023-02-03 10:03:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3792kb
input:
5 3 1 6 1 7
output:
3.544404351
result:
ok found '3.5444044', expected '3.5444044', error '0.0000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3932kb
input:
3 500 300 400
output:
250.000000000
result:
ok found '250.0000000', expected '250.0000000', error '0.0000000'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3944kb
input:
8 2000 3000 4000 2000 3000 4000 2000 3000
output:
3780.974120599
result:
ok found '3780.9741206', expected '3780.9741206', error '0.0000000'
Test #4:
score: -100
Wrong Answer
time: 2ms
memory: 3964kb
input:
10 602 67 67 67 67 67 67 67 67 67
output:
301.000000000
result:
wrong answer 1st numbers differ - expected: '3003.1398170', found: '301.0000000', error = '0.8997716'