Run ID:88715

提交时间:2024-08-20 17:11:11

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