#include <bits/stdc++.h> using namespace std; int main() { double f; cin >> f; double c; c = 5*(f-32)/9; cout << fixed << setprecision(5) << c; return 0; }
微信直接扫码登录
使用经过邮箱注册的账号密码登录