练习专区

今天的一小步就是明天的一大步
Problem 1100 计算多项式7+7^2+7^3+...+7^n的值
Accepted: 20   Total Submit: 47
Time Limit: 1000ms   Memory Limit: 30720KB
Description
计算多项式7+72+73+...+7n的值,n由键盘输入。
Input
Output
多项式的值
Sample Input
6
Sample Output
7+7*7+7*7*7+...=137256
Hint
提交     返回