提交时间:2021-06-07 20:10:38
运行 ID: 20293
#include<bits/stdc++.h> using namespace std; int main(){ char a,b; cin>>a; b=a+('a'-'A'); cout<<b; return 0; }