QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#864298 | #9264. Minimax Limit | ucup-team4744# | WA | 1ms | 3968kb | C++20 | 1.9kb | 2025-01-20 14:16:28 | 2025-01-20 14:16:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3968kb
input:
1 1 0 1
output:
0.500000000000000
result:
ok found '0.50000', expected '0.50000', error '0.00000'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3968kb
input:
2 1 0 2 1
output:
1.428571428571429
result:
ok found '1.42857', expected '1.42857', error '0.00000'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3968kb
input:
1 1 -10 -10
output:
-10.000000000000000
result:
ok found '-10.00000', expected '-10.00000', error '-0.00000'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3968kb
input:
1 1 -16 -25
output:
-20.500000000000000
result:
ok found '-20.50000', expected '-20.50000', error '-0.00000'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3968kb
input:
3 1 -78 -36 -100 -100
output:
-58.974358974358974
result:
ok found '-58.97436', expected '-58.97436', error '0.00000'
Test #6:
score: -100
Wrong Answer
time: 1ms
memory: 3968kb
input:
10 8 527518 -76819 -1000000 -1000000 -371619 -1000000 -1000000 -1000000 802779 -787512 -191827
output:
-1000000.000000000000000
result:
wrong answer 1st numbers differ - expected: '-829275.34561', found: '-1000000.00000', error = '0.20587'