摘要: #include <bits/stdc++.h> using namespace std; double trans(double f) { double c; c=5.0/9*(f-32); return c; } int main() { double F; cin>>F; cout<<tran 阅读全文
posted @ 2023-05-11 15:29 记得关月亮 阅读(8) 评论(0) 推荐(0)