已采纳 王文博 缔造者之神 核心: int a=10,b=5,c=0,sum=0; while(1) { sum+=a; c++; if(sum>=h) { cout<<c; break; } sum-=b; } h为输入的高度