1 条题解

  • 1
    @ 2024-8-5 19:36:40

    #include<bits/stdc++.h> using namespace std; double a,b; int main(){ cin>>a; b=5*(a-32)/9; cout<<fixed<<setprecision(5)<<b; return 0; }

    • 1

    信息

    ID
    461
    时间
    1000ms
    内存
    128MiB
    难度
    7
    标签
    递交数
    15
    已通过
    8
    上传者