QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#328983#1880. Nikanor Loves GamesHuangHanShengWA 1ms3908kbC++202.3kb2024-02-16 11:32:202024-02-16 11:32:21

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3908kb

input:

2
1 4 15
3 5 10

output:

2.50000000

result:

ok found '2.5000000', expected '2.5000000', error '0.0000000'

Test #2:

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

input:

1
2 2 8

output:

4.00000000

result:

ok found '4.0000000', expected '4.0000000', error '0.0000000'

Test #3:

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

input:

3
94 68 49
51 2 63
26 85 20

output:

-94.00000000

result:

wrong answer 1st numbers differ - expected: '-73.0000000', found: '-94.0000000', error = '0.2876712'