QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#646031 | #1373. Rating Problems | ZhaoZiLong | AC ✓ | 0ms | 4020kb | C++17 | 273b | 2024-10-16 20:58:30 | 2024-10-16 20:58:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3844kb
input:
10 0
output:
-3.00000 3.00000
result:
ok 2 numbers
Test #2:
score: 0
Accepted
time: 0ms
memory: 3888kb
input:
10 10 3 2 1 0 -1 -2 -3 -2 -1 0
output:
-0.30000 -0.30000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
10 10 0 0 0 0 0 0 0 0 0 0
output:
0.00000 0.00000
result:
ok 2 numbers
Test #4:
score: 0
Accepted
time: 0ms
memory: 4020kb
input:
10 10 3 3 3 3 3 3 3 3 3 3
output:
3.00000 3.00000
result:
ok 2 numbers
Test #5:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
10 10 -3 -3 -3 -3 -3 -3 -3 -3 -3 -3
output:
-3.00000 -3.00000
result:
ok 2 numbers
Test #6:
score: 0
Accepted
time: 0ms
memory: 3868kb
input:
1 0
output:
-3.00000 3.00000
result:
ok 2 numbers
Test #7:
score: 0
Accepted
time: 0ms
memory: 3952kb
input:
1 1 2
output:
2.00000 2.00000
result:
ok 2 numbers
Test #8:
score: 0
Accepted
time: 0ms
memory: 3844kb
input:
9 7 1 3 2 2 1 1 2
output:
0.66667 2.00000
result:
ok 2 numbers
Test #9:
score: 0
Accepted
time: 0ms
memory: 3944kb
input:
6 4 -2 -1 -2 0
output:
-1.83333 0.16667
result:
ok 2 numbers