摘要: 习题 1. 第一种做法 #include<stdio.h> #include<stdlib.h> int main() { float p = 1 ; for (int i = 0; i < 10; i++) { p *=(1+0.07); } printf("%f",p); system("pau 阅读全文
posted @ 2020-04-22 18:11 Gpower 阅读(422) 评论(0) 推荐(0)