ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#103181 | #1053. 又是杨辉三角 | Ishaan_pdn | 100 | 1ms | 1660kb | C++ | 328b | 2020-02-28 19:36:05 | 2020-02-28 19:36:06 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 12
Accepted
time: 0ms
memory: 1192kb
input:
10 9
output:
9
result:
ok single line: '9'
Test #2:
score: 12
Accepted
time: 0ms
memory: 1660kb
input:
10000 9999
output:
9999
result:
ok single line: '9999'
Test #3:
score: 12
Accepted
time: 0ms
memory: 1192kb
input:
2 2
output:
1
result:
ok single line: '1'
Test #4:
score: 12
Accepted
time: 1ms
memory: 1192kb
input:
5 2
output:
4
result:
ok single line: '4'
Test #5:
score: 12
Accepted
time: 0ms
memory: 1192kb
input:
10000 10000
output:
1
result:
ok single line: '1'
Test #6:
score: 12
Accepted
time: 0ms
memory: 1192kb
input:
20000 20000
output:
1
result:
ok single line: '1'
Test #7:
score: 12
Accepted
time: 0ms
memory: 1196kb
input:
100000000 1
output:
1
result:
ok single line: '1'
Test #8:
score: 12
Accepted
time: 0ms
memory: 1196kb
input:
3 2
output:
2
result:
ok single line: '2'