Run ID:93023

提交时间:2024-10-07 15:44:06

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