#include<bits/stdc++.h> using namespace std; int main() { float c; cin >> c; printf("%.2f",9/5.0*c+32); return 0; }
赵铭杨 LV 4
使用您的 图灵编程OJ 通用账户