Run ID:128508

提交时间:2025-08-17 15:21:45

#include<bits/stdc++.h> using namespace std; int main(){ char a; scanf("%c",&a); cout<<int(a); }