提交时间:2023-02-04 16:42:07

运行 ID: 7548

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