14 条题解

  • 0
    @ 2024-10-23 22:14:01

    #include

    #include<bits/stdc++.h>

    using namespace std;

    main()

    { double F;

    cin>>F;

    float c;

    c=5*(F-32)/9;

    cout<<fixed<<setprecision(5)<<c; }

    信息

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