Run ID:114710
提交时间:2025-03-23 11:41:18
#include<bits/stdc++.h> using namespace std; int main(){ char a,b; long long c; cin>>a; c=a+32; b=c; cout<<b; //cout<<fixed<<setprecision(2)<<(a-32)*5/9; }