题目链接: 酷町堂:7824
debug也发了,改了变量类型,也试了用pow函数,但还是90分
为啥要这样写,我们不是还没学递归吗
整型 b,n;
长整型 sum=1;
输入b,n;
循环(i from 1 to n){
sum乘等b;
}
输出sum;