Run ID:128896

提交时间:2025-08-20 15:49:18

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