UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#102718#1672. 打印菱形Richy1002ms1120kbC++893b2020-02-27 21:52:502020-02-27 21:52:51

answer


Details

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

Test #1:

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

input:

7

output:

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

result:

ok 13 lines

Test #2:

score: 20
Accepted
time: 1ms
memory: 1120kb

input:

80

output:

                                                                               *
                   ...

result:

ok 159 lines

Test #3:

score: 20
Accepted
time: 1ms
memory: 1120kb

input:

20

output:

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

result:

ok 39 lines

Test #4:

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

input:

9

output:

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

result:

ok 17 lines

Test #5:

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

input:

0

output:


result:

ok 0 lines