当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

2618:If You are my legend

题目描述
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 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 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.
输入样例
2 4
2 2 3 2
1 1 2 3
输出样例
************+---+****
***********/   /|****
**********+---+---+**
****+---+-|  /   /|-+
***/   /  | +---+ |/|
**+---+---+-|   | + |
**|   |  /  |   |/| +
**|   | +---+---+ |/|
**+---+-|   |   | + |
*/   /  |   |   |/| +
+---+---+---+---+ |/*
|   |   |   |   | +**
|   |   |   |   |/***
+---+---+---+---+****
来自杭电HDUOJ的附加信息
Author WhereIsHeroFrom
Recommend zty

该题目是Virtual Judge题目,来自 杭电HDUOJ

题目来源 醉卧沙场君莫笑

源链接: HDU-2618

最后修改于 2020-10-25T22:55:15+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
3000/1000MS(Java/Others) 32768/32768K(Java/Others)