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