Run ID:92168

提交时间:2024-09-28 14:33:35

#include<iostream> using namespace std; int main(){ char y; int x; cin>>y; x=y; cout<<x; return 0; }