1372 - 【入门】字符图形9-数字正三角
Time Limit : 1 秒
Memory Limit : 128 MB
输入一个整数打印字符图形。
Input
一个整数(0<N<10)。
Output
一个字符图形。
Examples
Input
3
Output
1 222 33333