Run ID:88716
提交时间:2024-08-20 17:13:02
#include<iostream> using namespace std; int main() { char s ; cin>>s; cout<<(int)s; return 0; }