Run ID:133650

提交时间:2025-10-20 16:27:12

#include<bits/stdC++.h> using namespace std; int main() { char a; cin>>a; int b; b=a; cout<<b; return 0; }