QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#318016 | #5129. Equalising Audio | lmq26052003 | WA | 57ms | 3912kb | C++20 | 432b | 2024-01-30 10:42:21 | 2024-01-30 10:42:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
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'