UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#115251#1098. 打印金字塔(升级版)Kqhj1000ms1192kbC++189b2020-08-02 10:14:332020-08-02 10:14:33

answer


Details

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

Test #1:

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

input:

7 #

output:

#
###
#####
#######
#########
###########
#############

result:

ok 7 lines

Test #2:

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

input:

80 1

output:

1
111
11111
1111111
111111111
11111111111
1111111111111
111111111111111
11111111111111111
1111111111...

result:

ok 80 lines

Test #3:

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

input:

20 A

output:

A
AAA
AAAAA
AAAAAAA
AAAAAAAAA
AAAAAAAAAAA
AAAAAAAAAAAAA
AAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAA
AAAAAAAAAA...

result:

ok 20 lines

Test #4:

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

input:

9 9

output:

9
999
99999
9999999
999999999
99999999999
9999999999999
999999999999999
99999999999999999

result:

ok 9 lines

Test #5:

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

input:

0 .

output:


result:

ok 0 lines