14 条题解

  • 0
    @ 2023-10-20 18:12:50

    #include #include using namespace std; int main(){ double c,f; cin>>f; c=5*(f-32)/9; cout<<fixed<<setprrecision(5); cout<<c;

    return 0; }

    信息

    ID
    843
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    797
    已通过
    415
    上传者