Run ID:105663
提交时间:2025-01-14 11:08:49
#include<iostream> using namespace std; int main(){ char a; int b; cin>>b; a=b; cout<<a<<endl; return 0; }