摘要: 程序1: #include<stdio.h> #include<math.h> int main(void) { int money,year; double rate,sum; printf("Enter money:"); scanf("%d",&money); printf("Enter ye 阅读全文
posted @ 2016-09-22 21:50 160809127-吉贯之 阅读(152) 评论(2) 推荐(0) 编辑