Run ID:66454

提交时间:2024-03-09 10:14:44

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