谢谢了
x^y //这里是x的y次幂
float sum =1.008f;int year =1;while(sum>2.0){sum*=1.008f;year++;}cout<<year;但是这不是题目的解析啊