大脸猫


私信TA

用户名:ZHANGGUORONG

访问量:2250

签 名:

等  级
排  名 3412
经  验 1939
参赛次数 0
文章发表 3
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include<iostream>

#include<iomanip>

using namespace std;


int main()

{

int time, rent = 50;

float pay;

cin >> time;

pay = rent + time * 0.4;

cout << fixed << setprecision(1) << pay << endl;

return 0;

}


 

0.0分

5 人评分

  评论区

么么哒
2019-11-27 18:15:16
  • «
  • 1
  • »