#1057. 小杨的 X 字矩阵
小杨的 X 字矩阵
Description
Given two integers x and y, print the sum.
Format
Input
Output
Samples
5
+---+
-+-+-
--+--
-+-+-
+---+
7
+-----+
-+---+-
--+-+--
---+---
--+-+--
-+---+-
+-----+
相关
在以下作业中:
Given two integers x and y, print the sum.
5
+---+
-+-+-
--+--
-+-+-
+---+
7
+-----+
-+---+-
--+-+--
---+---
--+-+--
-+---+-
+-----+