QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#82945 | #1373. Rating Problems | xiaowuc1 | AC ✓ | 2ms | 3736kb | C++17 | 257b | 2023-03-01 03:11:55 | 2023-03-01 03:11:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3536kb
input:
10 0
output:
-3.000000 3.000000
result:
ok 2 numbers
Test #2:
score: 0
Accepted
time: 2ms
memory: 3560kb
input:
10 10 3 2 1 0 -1 -2 -3 -2 -1 0
output:
-0.300000 -0.300000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 2ms
memory: 3492kb
input:
10 10 0 0 0 0 0 0 0 0 0 0
output:
0.000000 0.000000
result:
ok 2 numbers
Test #4:
score: 0
Accepted
time: 2ms
memory: 3528kb
input:
10 10 3 3 3 3 3 3 3 3 3 3
output:
3.000000 3.000000
result:
ok 2 numbers
Test #5:
score: 0
Accepted
time: 0ms
memory: 3488kb
input:
10 10 -3 -3 -3 -3 -3 -3 -3 -3 -3 -3
output:
-3.000000 -3.000000
result:
ok 2 numbers
Test #6:
score: 0
Accepted
time: 0ms
memory: 3736kb
input:
1 0
output:
-3.000000 3.000000
result:
ok 2 numbers
Test #7:
score: 0
Accepted
time: 0ms
memory: 3736kb
input:
1 1 2
output:
2.000000 2.000000
result:
ok 2 numbers
Test #8:
score: 0
Accepted
time: 2ms
memory: 3464kb
input:
9 7 1 3 2 2 1 1 2
output:
0.666667 2.000000
result:
ok 2 numbers
Test #9:
score: 0
Accepted
time: 2ms
memory: 3640kb
input:
6 4 -2 -1 -2 0
output:
-1.833333 0.166667
result:
ok 2 numbers