QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#318019 | #5129. Equalising Audio | lmq26052003 | WA | 66ms | 4772kb | C++20 | 488b | 2024-01-30 10:48:51 | 2024-01-30 10:48:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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'