Run ID:67351
提交时间:2024-03-16 14:11:25
#include<iostream> using namespace std; int main(){ char a; cin >> a; a=a+32; cout << a << endl ; return 0; }