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