题目链接
AC代码
#include<iostream>
#include<cstdio>
#include<algorithm>
#include<cmath>
#include<cstring>
#include<string>
#include<map>
#include<stack>
using namespace std
;
typedef long long ll
;
const int maxn
=1e6;
int main()
{
int f
;
cin
>>f
;
cout
<<"Celsius = "<<5*(f
-32)/9<<endl
;
return 0;
}
转载请注明原文地址: https://lol.8miu.com/read-8071.html