QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#687133#1880. Nikanor Loves GamesyimuhuaWA 1ms10064kbC++201.8kb2024-10-29 17:22:212024-10-29 17:22:23

詳細信息

Test #1:

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

input:

2
1 4 15
3 5 10

output:

2.5000000

result:

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

Test #2:

score: 0
Accepted
time: 1ms
memory: 9992kb

input:

1
2 2 8

output:

4.0000000

result:

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

Test #3:

score: 0
Accepted
time: 1ms
memory: 10048kb

input:

3
94 68 49
51 2 63
26 85 20

output:

-73.0000000

result:

ok found '-73.0000000', expected '-73.0000000', error '-0.0000000'

Test #4:

score: 0
Accepted
time: 1ms
memory: 9984kb

input:

2
14 68 12
28 2 46

output:

-16.0000000

result:

ok found '-16.0000000', expected '-16.0000000', error '-0.0000000'

Test #5:

score: 0
Accepted
time: 1ms
memory: 8016kb

input:

5
6 6 8
6 1 11
6 1 13
6 1 5
5 1 2

output:

9.5000000

result:

ok found '9.5000000', expected '9.5000000', error '0.0000000'

Test #6:

score: 0
Accepted
time: 1ms
memory: 10064kb

input:

5
5 4 2
4 1 10
3 1 3
2 1 3
5 1 5

output:

5.5000000

result:

ok found '5.5000000', expected '5.5000000', error '0.0000000'

Test #7:

score: -100
Wrong Answer
time: 1ms
memory: 10060kb

input:

5
1 5 2
4 2 7
2 2 2
2 5 14
1 4 2

output:

-2.0000000

result:

wrong answer 1st numbers differ - expected: '4.5000000', found: '-2.0000000', error = '1.4444444'