22859_TriangularDesign忽略本题

2022-5-16 18:23| 发布者: Hocassian| 查看: 24| 评论: 0|原作者: 肇庆学院ACM合集

摘要:
C:\Users\Administrator\Downloads\2019-10-12-10-14-5-8950725758399-Problem List-采集的数据-后羿采集器.html

Pro.ID

22859

Title

Triangular Design 忽略本题

Title链接

http://10.20.2.8/oj/exercise/problem?problem_id=22859

AC

10

Submit

63

Ratio

15.87%

时间&空间限制

  • Time Limit: 0/0 MS (Java/Others)     Memory Limit: 0/0 K (Java/Others)
  • 描述

    这题太简单,所以不要做了。

    The triangle below is generated by a certain algorithm.  Discover the algorithm and use it to write a program which will generate triangles using the algorithm given inputs from 1 through 20.  Your program must compute the output -- don't just print the answers.  Note that '0' follows '9' for this algorithm.

    输入

    A single line with an integer.

    输出

    Description

    这题太简单,所以不要做了。

    The triangle below is generated by a certain algorithm.  Discover the algorithm and use it to write a program which will generate triangles using the algorithm given inputs from 1 through 20.  Your program must compute the output -- don't just print the answers.  Note that '0' follows '9' for this algorithm.

    Input

    A single line with an integer.

    Output

    A number triangle printed with no blanks as shown below.

    Sample Input

    7

    Sample Output

    1
    232
    34543
    4567654
    567898765
    67890109876
    7890123210987

    Hint

    请忽略本题

    Source

    样例输入

    7

    样例输出

    1
    232
    34543
    4567654
    567898765
    67890109876
    7890123210987

    提示

    请忽略本题


    路过

    雷人

    握手

    鲜花

    鸡蛋

    最新评论

    返回顶部