ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#8066 | #43. ladder | fansenran | 70 | 499ms | 98264kb | C++11 | 1.4kb | 2018-09-23 11:16:05 | 2018-09-23 12:54:56 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 552kb
input:
4 2
output:
148
result:
ok single line: '148'
Test #2:
score: 10
Accepted
time: 0ms
memory: 568kb
input:
5 2
output:
376
result:
ok single line: '376'
Test #3:
score: 10
Accepted
time: 1ms
memory: 2740kb
input:
10 4
output:
839380
result:
ok single line: '839380'
Test #4:
score: 10
Accepted
time: 0ms
memory: 2740kb
input:
8 4
output:
61108
result:
ok single line: '61108'
Test #5:
score: 10
Accepted
time: 34ms
memory: 12036kb
input:
30 15
output:
438376364
result:
ok single line: '438376364'
Test #6:
score: 10
Accepted
time: 161ms
memory: 79460kb
input:
241 13
output:
901697562
result:
ok single line: '901697562'
Test #7:
score: 10
Accepted
time: 303ms
memory: 98264kb
input:
300 15
output:
946911736
result:
ok single line: '946911736'
Test #8:
score: 0
Time Limit Exceeded
input:
558 30
output:
result:
Test #9:
score: 0
Time Limit Exceeded
input:
892 27
output:
result:
Test #10:
score: 0
Time Limit Exceeded
input:
1000 30