Run ID:92348

提交时间:2024-09-29 20:28:04

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