Run ID:91978

提交时间:2024-09-27 19:04:44

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