Run ID:91975
提交时间:2024-09-27 19:02:32
#include<iostream> using namespace std; int main(){ char q1; cin>>q1; q1=q1+32; cout<<q1; return 0; }