#1297. 打印图形2

打印图形2

说明

请在屏幕上输出一个字母三角形。
第一行一个'a',第二个两个'aa',第三行三个'aa'。


输出格式


a

aa

aaa

no input needed
a
aa
aaa

来源

输入输出语句