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

运行 ID: 6606

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