Run ID:5040

提交时间:2024-10-27 14:27:54

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