野生小松鼠的答案

野生小松鼠  •  2年前


#include<bits/stdc++.h>
using namespace std;
int main()
{
	double F;
	scanf("%lf", &F);
	printf("%.5f", 5 * (F - 32) / 9);
	return 0;
}

评论:

请先登录,才能进行评论