{"trustable":false,"sections":[{"title":"","value":{"format":"HTML","content":"\u003cscript type\u003d\u0027text/x-mathjax-config\u0027\u003eMathJax.Hub.Config({tex2jax: { inlineMath: [[\u0027$\u0027,\u0027$\u0027]] } }); \u003c/script\u003e\n\u003cscript type\u003d\u0027text/javascript\u0027 src\u003d\u0027https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config\u003dTeX-AMS-MML_HTMLorMML\u0027\u003e\u003c/script\u003e\n\u003cscript type\u003d\u0027text/javascript\u0027\u003esetTimeout(function(){MathJax.Hub.Queue([\u0027Typeset\u0027, MathJax.Hub, \u0027left_view\u0027]);}, 2000);\u003c/script\u003e\n\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. \n \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. \n \u003cbr\u003eGiven a cube with length $a$, width $b$ and height $c$, please write a program to display the cube. \n \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. \n\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. \n\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. \n\u003cbr\u003e"}},{"title":"Sample Input","value":{"format":"HTML","content":"\u003cpre\u003e2\n1 1 1\n6 2 4\u003c/pre\u003e"}},{"title":"Sample Output","value":{"format":"HTML","content":"\u003cpre\u003e..+-+\n././|\n+-+.+\n|.|/.\n+-+..\n....+-+-+-+-+-+-+\n.../././././././|\n..+-+-+-+-+-+-+.+\n./././././././|/|\n+-+-+-+-+-+-+.+.+\n|.|.|.|.|.|.|/|/|\n+-+-+-+-+-+-+.+.+\n|.|.|.|.|.|.|/|/|\n+-+-+-+-+-+-+.+.+\n|.|.|.|.|.|.|/|/.\n+-+-+-+-+-+-+.+..\n|.|.|.|.|.|.|/...\n+-+-+-+-+-+-+....\u003c/pre\u003e"}},{"title":"hint","value":{"format":"HTML","content":"\u003c/h4\u003e \n \u003cimg SRC\u003d\"CDN_BASE_URL/943902017c4a5417480565b112246dae?v\u003d1544218775\" width\u003d\"150px\"\u003e \n \u003cstyle type\u003d\"text/css\"\u003e\n#problem-table \u003e thead \u003e tr \u003e th, #problem-table \u003e tbody \u003e tr \u003e td\n{\n padding: 3px 5px;\n border: 1px solid black;\n}\n\u003c/style\u003e \n "}}]}