黄馨瑶 • 6个月前
int main() {
double F, C; scanf("%lf", &F); C = 5 * (F - 32) / 9; printf("%.5lf", C); return 0;
}
评论:
请先登录,才能进行评论