Run ID:88710

提交时间:2024-08-20 16:24:28

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