4 条题解

  • -4
    @ 2022-7-29 13:14:46
    #include<bits/stdc++.h> 
    using namespace std;
    int main(){
    	double c;
    	cin>>c;
    	cout<<fixed<<setprecision(2)<<1.8*c+32;
    	return 0;
    }
    

    信息

    ID
    25
    时间
    1000ms
    内存
    16MiB
    难度
    6
    标签
    递交数
    553
    已通过
    150
    上传者