Run ID:114600

提交时间:2025-03-22 17:43:43

#include <iostream> using namespace std; int main(){ char a; cin>>a; cout<<(int)a<<endl; }