Run ID:109695
提交时间:2025-02-10 15:38:46
#include<iostream> using namespace std; int main(){ char shuru; cin>>shuru; cout<<int(shuru); return 0; }