俊奕 • 3天前
using namespace std;
int main() {
double C, F; cin >> F; C = 5 * (F - 32) / 9; printf("%.5lf", C);
}
评论:
请先登录,才能进行评论