提交时间:2023-02-04 15:57:00

运行 ID: 7523

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