编程介的小学生 2019-09-08 16:01 采纳率: 20.5%
浏览 76

字符和图形问题的结合,If You are my legend

Problem Description
If you are my legend------If your are my legend, let it as long as the heaven and earth endure(Sky Long Earth Nine).

 WhereIsHeroFrom loves a girl very much, we call her X Gu Niang. But today they can’t get together because they live in two different provinces and their distance is much farther. Now they want to build a castle for their future.

The castle is so Complex, See the figure below:

 The castle surface is divided into N by M square cells. Some cubes are stacked one upon another over the cells, forming towers. For each cell the number of cubes stacked over it is given in the matrix A.
 Now, give A to you , please help them construct their castle, the unit cube represented as shown below:

Input
Input contains integers N , M, (1 <= N, M <= 30)followed by matrix A, row-by-row. The first row describes the cube tower furthest from the viewer, left to right, and the last row -- nearest to the viewer.

Output
Output must contain a string representation of the table view, with minimal number of lines required to show all cubes. Each line must contain a string of equal length, which is the minimal width required to show all cubes.

Sample Input
2 4
2 2 3 2
1 1 2 3

Sample Output
************+---+****
***********/ /|****
**********+---+---+**
****+---+-| / /|-+
/ / | +---+ |/|
*
+---+---+-| | + |
**| | / | |/| +
**| | +---+---+ |/|
**+---+-| | | + |
/ / | | |/| +
+---+---+---+---+ |/

| | | | | +

| | | | |/***
+---+---+---+---+****

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 Arcgis相交分析无法绘制一个或多个图形
    • ¥15 seatunnel-web使用SQL组件时候后台报错,无法找到表格
    • ¥15 fpga自动售货机数码管(相关搜索:数字时钟)
    • ¥15 用前端向数据库插入数据,通过debug发现数据能走到后端,但是放行之后就会提示错误
    • ¥30 3天&7天&&15天&销量如何统计同一行
    • ¥30 帮我写一段可以读取LD2450数据并计算距离的Arduino代码
    • ¥15 飞机曲面部件如机翼,壁板等具体的孔位模型
    • ¥15 vs2019中数据导出问题
    • ¥20 云服务Linux系统TCP-MSS值修改?
    • ¥20 关于#单片机#的问题:项目:使用模拟iic与ov2640通讯环境:F407问题:读取的ID号总是0xff,自己调了调发现在读从机数据时,SDA线上并未有信号变化(语言-c语言)