Run ID:98067

提交时间:2024-11-17 11:51:06

#include<iostream> using namespace std; int main() { char b,xxb; cin>>b; xxb=b+32; cout<<xxb; return 0; }