摘要: #include<iostream>using namespace std;int main(){ double n = 0, i; for (i = 0; i < 5; i++) n = (1000.0 + n) / (1 + 12 * 0.0063); cout << n; return 0;} 阅读全文
posted @ 2023-04-22 22:04 a_true 阅读(16) 评论(0) 推荐(0)