ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37861 | #70. 量子二叉堆 | ZincSabian | 40 | 207ms | 59624kb | C++11 | 917b | 2018-11-04 13:46:09 | 2018-11-04 13:46:10 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 5128kb
input:
1
output:
2
result:
wrong answer 1st lines differ - expected: '1', found: '2'
Test #2:
score: 10
Accepted
time: 0ms
memory: 5132kb
input:
5
output:
16
result:
ok single line: '16'
Test #3:
score: 0
Runtime Error
input:
10
output:
result:
Test #4:
score: 0
Runtime Error
input:
102
output:
result:
Test #5:
score: 0
Runtime Error
input:
502
output:
result:
Test #6:
score: 0
Runtime Error
input:
998
output:
result:
Test #7:
score: 0
Runtime Error
input:
23456
output:
result:
Test #8:
score: 10
Accepted
time: 2ms
memory: 5516kb
input:
99999
output:
713094745
result:
ok single line: '713094745'
Test #9:
score: 10
Accepted
time: 98ms
memory: 56320kb
input:
4333333
output:
35453917
result:
ok single line: '35453917'
Test #10:
score: 10
Accepted
time: 107ms
memory: 59624kb
input:
4999997
output:
951038629
result:
ok single line: '951038629'