1162: C语言6.12
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:5
Solved:3
Description
求的值,其中a是一个数字,n表示a的位数,例如:
2+22+222+2222+22222(此时n=5)
Input
两个整数a和n。
Output
计算出的Sn的值
请注意行尾输出换行。
Sample Input Copy
2 5
Sample Output Copy
24690