2 solutions

  • 0
    @ 2024-7-15 20:08:54
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	double a;
    	cin>>a;
    	printf("%.5f",5*(a-32)/9);
    	return 0;
    }
    
    • 0
      @ 2023-10-26 8:41:05

      这种题看题解...

      • 1

      Information

      ID
      6803
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      17
      Accepted
      13
      Uploaded By