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