题解列表

筛选

C二级辅导-温度转换 (C语言代码)

摘要:解题思路:根据输入-40输出为-40.00保留两位小数点可得用double型注意事项:再根据double型的 概念printf("%lf",a)参考代码:#include <stdio.h>int m……