Run ID:125784
提交时间:2025-07-15 15:17:27
#include<bits/stdc++.h> using namespace std; int main() { int c; int f; int f = c * 9 / 5 + 32; cout << f; return 0; }