Run ID:3622
提交时间:2024-06-21 23:30:15
#include<iostream> using namespace std; int main(){ char z; int m; cin>>z; m=z; cout<<m; return 0; }