编程介的小学生
2019-05-10 13:27用字符构成的立体方块图的算法,怎么采用C程序的代码语言的编写的过程实现?
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条回答
为你推荐
- Java语言如何判断一个字符串中是否存在完全重复的2句话,要用高效的算法来实现!
- 开发语言
- 1个回答
- 高分悬赏:Java语言编写一个控制台程序,将用户输入的单词,按照反向排序输出:
- 开发语言
- 4个回答
- 56. 程序改错C语言以下程序中函数cutpaste功能是?
- c语言
- 1个回答
- 这是一个C语言的识别字符的程序
- c语言
- 3个回答
- 如何实现从键盘输入字符串,给字符型变量赋值呢?
- r语言
- 1个回答