QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#639642#958. Lockout vs touristbradleyWA 0ms1668kbC++14990b2024-10-13 21:02:352024-10-13 21:02:36

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 1584kb

input:

2
6 7

output:

3.2307692308

result:

ok found '3.2307692', expected '3.2307692', error '0.0000000'

Test #2:

score: 0
Accepted
time: 0ms
memory: 1616kb

input:

3
1 1 1

output:

0.8333333333

result:

ok found '0.8333333', expected '0.8333333', error '0.0000000'

Test #3:

score: 0
Accepted
time: 0ms
memory: 1668kb

input:

11
1 2 3 4 5 6 7 8 9 10 11

output:

9.4422713866

result:

ok found '9.4422714', expected '9.4422714', error '0.0000000'

Test #4:

score: 0
Accepted
time: 0ms
memory: 1616kb

input:

2
1 1000000000

output:

0.9999999990

result:

ok found '1.0000000', expected '1.0000000', error '0.0000000'

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 1612kb

input:

5
76 57 68 36 63

output:

62.8161435690

result:

wrong answer 1st numbers differ - expected: '63.3539651', found: '62.8161436', error = '0.0084892'