Login
Register
HelloWorld信息学奥赛题库
少儿编程
少儿编程
Contests
Problems
Problem Items
Submissions
//= HTML::url('/hacks') ?>//= UOJLocale::get('hacks') ?>
Blogs
Help
时间限制:1 s
空间限制:256 MB
#7530. 画方图
Statistics
Statement
Submit
Custom Test
题目描述
请画出N个方阵图
输入格式
一个整数n,不超过9
输出格式
n个方阵
样例
input
3
output
1 2 2 2 2 3 3 3 3 3 3 3 3 3
Submit
Run