Run ID:155254

提交时间:2026-06-06 12:03:07

#include<iostream> using namespace std; int main(){ char c='A'; cin>>c; cout<<char(c+32)<<endl; }