浩力


私信TA

用户名:haoli

访问量:1138

签 名:

等  级
排  名 4695
经  验 1650
参赛次数 0
文章发表 10
年  龄 18
在职情况 学生
学  校 塞外小北大
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include <iostream>

#include <iomanip>

using namespace std;

int main()

{

double x,y;

cin>>x;

if(x<1)

{

y=x;

}

else if(x>=1&&x<10)

{

y=2*x-1;

}

else

y=3*x-11;

cout<<fixed<<setprecision(2)<<y;

}


 

0.0分

0 人评分

  评论区

  • «
  • »