复利计算3 #include<stdio.h>#include<math.h> void fuli(){ int day; double total = 1.0f; float money … Continue reading 复利计算3