QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#318016#5129. Equalising Audiolmq26052003WA 57ms3912kbC++20432b2024-01-30 10:42:212024-01-30 10:42:23

詳細信息

Test #1:

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

input:

5 6
0 1 -2 3 -4

output:

0.0000000000 1.0000000000 -2.0000000000 3.0000000000 -4.0000000000 

result:

ok 5 numbers

Test #2:

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

input:

4 1
1 3 3 7

output:

0.2425356250 0.7276068751 0.7276068751 1.6977493753 

result:

ok 4 numbers

Test #3:

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

input:

1 0
-1000000

output:

-0.0000000000 

result:

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

Test #4:

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

input:

1 1000000
-1000000

output:

-1000.0000000000 

result:

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

Test #5:

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

input:

1 1000000
1000000

output:

1000.0000000000 

result:

ok found '1000.0000000', expected '1000.0000000', error '0.0000000'

Test #6:

score: -100
Wrong Answer
time: 57ms
memory: 3888kb

input:

100000 1000000
1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 1000000 10000...

output:

110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 110.2611532680 ...

result:

wrong answer 1st numbers differ - expected: '1000.0000000', found: '110.2611533', error = '0.8897388'