{"trustable":true,"sections":[{"title":"","value":{"format":"HTML","content":"\u003cdiv class\u003d\"panel_content\"\u003e\n Little Q likes solving math problems very much. Unluckily, however, he does not have good spatial ability. Everytime he meets a 3D geometry problem, he will struggle to draw a picture.\u003cbr\u003eNow he meets a 3D geometry problem again. This time, he doesn\u0027t want to struggle any more. As a result, he turns to you for help.\u003cbr\u003eGiven a cube with length $a$, width $b$ and height $c$, please write a program to display the cube.\u003cbr\u003e\n\u003c/div\u003e"}},{"title":"Input","value":{"format":"HTML","content":"The first line of the input contains an integer $T(1\\leq T\\leq50)$, denoting the number of test cases.\u003cbr\u003eIn each test case, there are $3$ integers $a,b,c(1\\leq a,b,c\\leq 20)$, denoting the size of the cube.\u003cbr\u003e"}},{"title":"Output","value":{"format":"HTML","content":"For each test case, print several lines to display the cube. See the sample output for details.\u003cbr\u003e"}},{"title":"Sample","value":{"format":"HTML","content":"\u003ctable class\u003d\u0027vjudge_sample\u0027\u003e\n\u003cthead\u003e\n \u003ctr\u003e\n \u003cth\u003eInput\u003c/th\u003e\n \u003cth\u003eOutput\u003c/th\u003e\n \u003c/tr\u003e\n\u003c/thead\u003e\n\u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd\u003e\u003cpre\u003e\u003cpre\u003e2\r\n1 1 1\r\n6 2 4\u003c/pre\u003e\u003c/pre\u003e\u003c/td\u003e\n \u003ctd\u003e\u003cpre\u003e\u003cpre\u003e..+-+\r\n././|\r\n+-+.+\r\n|.|/.\r\n+-+..\r\n....+-+-+-+-+-+-+\r\n.../././././././|\r\n..+-+-+-+-+-+-+.+\r\n./././././././|/|\r\n+-+-+-+-+-+-+.+.+\r\n|.|.|.|.|.|.|/|/|\r\n+-+-+-+-+-+-+.+.+\r\n|.|.|.|.|.|.|/|/|\r\n+-+-+-+-+-+-+.+.+\r\n|.|.|.|.|.|.|/|/.\r\n+-+-+-+-+-+-+.+..\r\n|.|.|.|.|.|.|/...\r\n+-+-+-+-+-+-+....\u003c/pre\u003e\u003c/pre\u003e\u003c/td\u003e\n \u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n"}}]}