参考代码:
#include <iostream> #include<iomanip> using namespace std; int main() { int total,month,money; float rate; cin>>total>>rate>>month; money=(total*10000/month)+total*10000*rate; cout<<setiosflags(ios::fixed)<<setprecision(0)<<money<<endl; return 0; }
0.0分
3 人评分
数组输出 (C语言代码)错误???浏览:602 |
A+B for Input-Output Practice (III) (C语言代码)浏览:592 |
简单的a+b (C语言代码)浏览:661 |
母牛的故事 (C语言代码)浏览:739 |
简单的a+b (C语言代码)浏览:618 |
剪刀石头布 (C语言代码)浏览:1519 |
字符串比较 (C语言代码)浏览:770 |
C语言程序设计教程(第三版)课后习题6.10 (C语言代码)浏览:536 |
简单的a+b (C语言代码)浏览:497 |
求圆的面积 (C语言代码)浏览:714 |