Run ID:137041

提交时间:2025-11-16 09:43:35

#include<iostream> using namespace std; int main() { int c,f; cin>>c; f=c*9/5+32; cout<<f; }