Login
Register
HelloWorld信息学奥赛题库
少儿编程
少儿编程
Contests
Problems
Problem Items
Submissions
//= HTML::url('/hacks') ?>//= UOJLocale::get('hacks') ?>
Blogs
Help
时间限制:1 s
空间限制:256 MB
#12778. 数字倒三角
Statistics
Statement
Submit
Custom Test
题目描述
输出倒金字塔图案
输入格式
一个正整数n n<9
输出格式
数字倒三角
样例数据
input
3
output
33333 222 1
Submit
Run