Run ID:109838

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

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