Run ID:152510

提交时间:2026-04-26 14:51:34

#include<bits/stdc++.h> using namespace std; int main(){ double a; cout<<a*9/5+32; return 0; }