QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#318019#5129. Equalising Audiolmq26052003WA 66ms4772kbC++20488b2024-01-30 10:48:512024-01-30 10:48:51

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 0ms
memory: 3820kb

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: 4040kb

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: 3936kb

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: 4000kb

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: 66ms
memory: 4772kb

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'