提交时间:2023-01-26 12:14:06

运行 ID: 6605

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