题目描述 给定一个整数n。打印如下图形。 输入格式 一个整数 n。 输出格式 一个菱形。具体看样例。 样例数据 input 3 output 1 222 33333 222 1 数据规模与约定 时间限制:$1 \text {s}$ 空间限制:$256 \text {MB}$