F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

If You are my legend

Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 161    Accepted Submission(s): 36


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
************+---+**** ***********/ /|**** **********+---+---+** ****+---+-| / /|-+ ***/ / | +---+ |/| **+---+---+-| | + | **| | / | |/| + **| | +---+---+ |/| **+---+-| | | + | */ / | | |/| + +---+---+---+---+ |/* | | | | | +** | | | | |/*** +---+---+---+---+****
 

Author
WhereIsHeroFrom
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-12 06:11:13, Gzip enabled