#include <iostream>
using namespace std;
int main()
{
int a,n,i=1;
int S=0,t=0;
cout<<"Please enter the integer and the number: "<<endl;
cin>>a>>n;
while(i<=n)
{
S=S+t;
t=t+a;
a=a*10;
i++;}
cout<<"The result is: "<<S<<endl;
return 0;
}
俺的程序是这样的,但是有问题哈,比如输入1,4回车,
结果是123,按题目来说应该是1234,求指导
俺是菜鸟勿喷
幕布斯6054654
千万里不及你
相关分类