2016年9月22日
摘要: #include<stdio.h> #include<math.h> int main() { int money,year; double rate,sum; printf("Enter money:"); scanf("%d",&money); printf("Enter year:"); sc 阅读全文
posted @ 2016-09-22 09:58 160809113—杨宗霖 阅读(90) 评论(2) 推荐(0) 编辑