Run ID:125824

提交时间:2025-07-15 15:39:08

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