描述
input the lines,output the graphic with lines of stars; and the total value of stars.
input:4
output:
* *** ***** *******
stars:16
输入
input a integer lines, 1<=lines<40
example:
input:
4
输出
output the lines of stars,and the total stars number:
* *** ***** *******
stars:16
样例输入
3
4
样例输出 
*
***
*****
stars:9
*
***
*****
*******
stars:16