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