Run ID:5045
提交时间:2024-10-27 14:37:44
#include <iostream> using namespace std; int main(){ char c; cin>>c; cout<<int(c); return(0); }