Run ID:94314
提交时间:2024-10-20 11:26:34
#include<iostream> using namespace std; int main() { char t; cin>>t; t=t+32; cont<<t; return 0; }