QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#688188 | #667. Randomized Binary Search Tree | Urd | WA | 2ms | 12116kb | C++17 | 844b | 2024-10-30 00:17:40 | 2024-10-30 00:17:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 12036kb
input:
1
output:
1.0000000
result:
ok found '1.00000', expected '1.00000', error '0.00000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 12084kb
input:
2
output:
0.0000000 1.0000000
result:
ok 2 numbers
Test #3:
score: 0
Accepted
time: 2ms
memory: 12116kb
input:
3
output:
0.0000000 0.3333333 0.6666667
result:
ok 3 numbers
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 10068kb
input:
4
output:
0.0000000 0.0000000 0.1666667 0.3333333
result:
wrong answer 3rd numbers differ - expected: '0.66667', found: '0.16667', error = '0.50000'