ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#95512 | #1673. 打印直角三角形 | zengxin2017 | 100 | 1ms | 1188kb | C++ | 289b | 2020-02-19 11:32:46 | 2020-02-19 11:32:48 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1184kb
input:
7
output:
* *** ***** ******* ********* *********** *************
result:
ok 7 lines
Test #2:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
80
output:
...
result:
ok 80 lines
Test #3:
score: 20
Accepted
time: 0ms
memory: 1184kb
input:
20
output:
* *** ...
result:
ok 20 lines
Test #4:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
9
output:
* *** ***** ******* ********* ****...
result:
ok 9 lines
Test #5:
score: 20
Accepted
time: 1ms
memory: 1152kb
input:
0
output:
result:
ok 0 lines