WWOJ

1013: 求a+aa+aaa+aa...a

Time Limit:  1 Sec    Memory Limit:   128 MB
Submission:70     AC:38     Score:100.00


Description

输入一个正整数 repeat (0<repeat<10),做repeat 次下列运算:
输入 2 个正整数a (0<a<10)和n(0<n<10), 求a+aa+aaa+aa⋯a(n 个a)之和。

Input

见sample

Output

见sample

Samples

input:
1 2 3
output:
246

Source