#758. 数字1三角形
数字1三角形
题目描述
给出 ,输出一个 行的数字 三角形。
输入格式
第一行输入一个正整数 。
输出格式
输出一个 行的数字 三角形。
样例 #1
样例输入 #1
3
样例输出 #1
1
1 1
1 1 1
提示
数据保证, 。
Related
In following contests:
给出 n ,输出一个n 行的数字 1 三角形。
第一行输入一个正整数 n。
输出一个n 行的数字 1 三角形。
3
1
1 1
1 1 1
数据保证,n≤100 。
In following contests:
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.