1013: C语言-数列求和
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:613
Solved:358
Description
求Sn=a+aa+aaa+…+aa…aaa(有n个a)之值,其中a是一个数字。 例如:2+22+222+2222+22222(n=5),n由键盘输入。
Input
n
Output
a=2 时的Sn
Sample Input Copy
5
Sample Output Copy
24690