练习专区

今天的一小步就是明天的一大步
Problem 1120 米字
Accepted: 2   Total Submit: 29
Time Limit: 1000ms   Memory Limit: 30720KB
Description
要求打出一个米字,n(2 Input
第一行m表示有行m行测试数据
Output
打出m个n表示的米字形
Sample Input
2
3
4
Sample Output
*  *  *
 * * *
  ***
*******
  ***
 * * *
*  *  *

*   *   *
 *  *  *
  * * *
   ***
*********
   ***
  * * *
 *  *  *
*   *   *
Hint
提交     返回