ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#98384 | #1099. 打印金字塔数字版 | ruoshui1029 | 100 | 0ms | 2512kb | C++11 | 1.3kb | 2020-02-21 23:16:58 | 2020-02-21 23:17:00 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 2508kb
input:
7
output:
0 123 45678 9012345 678901234 56789012345 6789012345678
result:
ok 7 lines
Test #2:
score: 20
Accepted
time: 0ms
memory: 2508kb
input:
80
output:
0 ...
result:
ok 80 lines
Test #3:
score: 20
Accepted
time: 0ms
memory: 2512kb
input:
20
output:
0 123 45678 9012345 ...
result:
ok 20 lines
Test #4:
score: 20
Accepted
time: 0ms
memory: 2512kb
input:
9
output:
0 123 45678 9012345 678901234 56789012345 6789012345678 90123456...
result:
ok 9 lines
Test #5:
score: 20
Accepted
time: 0ms
memory: 2476kb
input:
0
output:
result:
ok 0 lines