psn • 1年前
#include <cstdio> using namespace std; int main(void) { double F; scanf("%lf", &F); printf("%.5lf", 5 * (F - 32) / 9); return 0; }
评论:
请先登录,才能进行评论