Run ID:94466
提交时间:2024-10-21 17:40:49
#include<iostream> using namespace std; int main() { char a,b,c,d; cin>>a; cout<<char(a+32); return 0; }