ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#97463 | #1021. 杨辉三角 | wzc10086 | 100 | 1ms | 1224kb | C++ | 348b | 2020-02-21 09:00:53 | 2020-02-21 09:00:53 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 25
Accepted
time: 0ms
memory: 1200kb
input:
1
output:
1
result:
ok single line: '1 '
Test #2:
score: 25
Accepted
time: 1ms
memory: 1156kb
input:
0
output:
result:
ok 0 lines
Test #3:
score: 25
Accepted
time: 0ms
memory: 1208kb
input:
3
output:
1 1 1 1 2 1
result:
ok 3 lines
Test #4:
score: 25
Accepted
time: 0ms
memory: 1224kb
input:
6
output:
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1
result:
ok 6 lines