Run ID:98077
提交时间:2024-11-17 11:59:10
#include<iostream> using namespace std; int main() { char zm; cin>>zm ; cout<<(int)zm<<endl; return 0; }