UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#97039#1130. 直角三角形(2)JiNiTaiMei1000ms1188kbC++216b2020-02-20 20:03:362020-02-20 20:03:38

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 20
Accepted
time: 0ms
memory: 1184kb

input:

10

output:

*
**
***
****
*****
******
*******
********
*********
**********

result:

ok 10 lines

Test #2:

score: 20
Accepted
time: 0ms
memory: 1184kb

input:

13

output:

*
**
***
****
*****
******
*******
********
*********
**********
***********
************
**********...

result:

ok 13 lines

Test #3:

score: 20
Accepted
time: 0ms
memory: 1184kb

input:

10

output:

*
**
***
****
*****
******
*******
********
*********
**********

result:

ok 10 lines

Test #4:

score: 20
Accepted
time: 0ms
memory: 1184kb

input:

12

output:

*
**
***
****
*****
******
*******
********
*********
**********
***********
************

result:

ok 12 lines

Test #5:

score: 20
Accepted
time: 0ms
memory: 1188kb

input:

14

output:

*
**
***
****
*****
******
*******
********
*********
**********
***********
************
**********...

result:

ok 14 lines