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