我是小学生 • 1天前
using namespace std; double a;
int main() {
cin >> a; printf("%.5lf", 5 * (a - 32) / 9); return 0;
}
评论:
请先登录,才能进行评论