QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#864298#9264. Minimax Limitucup-team4744#WA 1ms3968kbC++201.9kb2025-01-20 14:16:282025-01-20 14:16:29

详细

Test #1:

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

input:

1 1
0 1

output:

0.500000000000000

result:

ok found '0.50000', expected '0.50000', error '0.00000'

Test #2:

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

input:

2 1
0 2 1

output:

1.428571428571429

result:

ok found '1.42857', expected '1.42857', error '0.00000'

Test #3:

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

input:

1 1
-10 -10

output:

-10.000000000000000

result:

ok found '-10.00000', expected '-10.00000', error '-0.00000'

Test #4:

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

input:

1 1
-16 -25

output:

-20.500000000000000

result:

ok found '-20.50000', expected '-20.50000', error '-0.00000'

Test #5:

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

input:

3 1
-78 -36 -100 -100

output:

-58.974358974358974

result:

ok found '-58.97436', expected '-58.97436', error '0.00000'

Test #6:

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

input:

10 8
527518 -76819 -1000000 -1000000 -371619 -1000000 -1000000 -1000000 802779 -787512 -191827

output:

-1000000.000000000000000

result:

wrong answer 1st numbers differ - expected: '-829275.34561', found: '-1000000.00000', error = '0.20587'