更向天涯


私信TA

用户名:20110618li

访问量:42294

签 名:

向天涯进发!

等  级
排  名 12
经  验 25711
参赛次数 28
文章发表 502
年  龄 45
在职情况 在职
学  校 柏苑中心小学
专  业 编程

  自我简介:

无情未必真豪杰,怜子如何不丈夫。

TA的其他文章

参考代码:

#include<iostream>

#include<iomanip>

using namespace std;

int main()

{

    double x;

    cin>>x;

    if(x<1)

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

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

        cout<<fixed<<setprecision(2)<<2*x-1;

    else if(x>=10)

        cout<<fixed<<setprecision(2)<<3*x-11;

    return 0;

}


 

0.0分

1 人评分

  评论区

  • «
  • »