问题标题: 酷町堂:啊!!!!!!

0
0
李秋勉
李秋勉
中级守护
中级守护

题目链接: 酷町堂:1528

#include<iostream>
#include<iomanip>
using namespace std;
int main( )
{
    double x;
    cin>>x;
    if(x>3)
    {
        cout<<setprecision(1)<<fixed<<x*2.3;
    }
    else if(x=3)
    {
        cout<<setprecision(1)<<fixed<<6;
    }
    else
    {
        cout<<setprecision(1)<<fixed<<x*1.7;
    }
    return 0;
}

 


0
0
赵俊哲
赵俊哲
新手天翼
新手天翼

你发错了罢

1528和你这代码有半毛钱关系?

我要回答