Problem3102--【入门】字符图形2-左上直角三角形

3102: 【入门】字符图形2-左上直角三角形

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

请打印n行的@左上直角三角形。

Input

一个整数nn<10)。

Output

一个字符图形

Sample Input Copy

6

Sample Output Copy

@@@@@@
@@@@@
@@@@
@@@
@@
@

Source/Category