1013:温度表达转化

#include<cstdio>
using namespace std;
int main()
{

	double x;
	scanf("%lf",&x);
	printf("%.5f", 5.0*(x-32)/9);
	return 0;
}

posted @ 2022-10-07 20:22  I'm_江河湖海  阅读(12)  评论(0编辑  收藏  举报