你这代码保熟吗?(鸡叫) • 2年前
int main() {
double f, c; scanf("%lf", &f); c = 5 * (f - 32) / 9; printf("%.5f", c); return 0;
}
评论:
请先登录,才能进行评论