C程序设计(第五版)谭浩强第三章课后练习题答案
#include <math.h>#include <stdio.h>#define PI 3.1415926int lilv(){ const int x=10; printf("%lf
",pow(1+0.07,10)); return 0;} int cunkuan(){ int x=1000; double s1,s2,s3,s4,s5; s1=x*(1+5*0.03);//五年存款 s2=(x*(1+0.021*2))*(1+0.0275*3