2 条题解

  • -1
    @ 2025-12-19 12:44:14

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

    • -1
      @ 2025-12-19 12:43:59

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

      • 1

      信息

      ID
      62
      时间
      1000ms
      内存
      256MiB
      难度
      1
      标签
      递交数
      6
      已通过
      4
      上传者