Run ID:98065
提交时间:2024-11-17 11:50:10
#include<iostream> using namespace std; int main() { char zm,xxzm; cin>>zm; xxzm=zm+32; cout<<xxzm; return 0; }