Run ID:36116

提交时间:2022-08-07 19:38:49

#include <iostream> #include <stdio.h> using namespace std; int main() { float f; cin>>f; printf("%.2f",(f-32)*5.0/9); return 0; }