Run ID:109836

提交时间:2025-02-12 15:15:27

#include<bits/stdc++.h> using namespace std; int main(){ char ch; cin>>ch; cout<<int(ch); }