Run ID:101372
提交时间:2024-12-15 10:33:05
#include<bits/stdc++.h> using namespace std; int main() { char c; cin>>c; cout<<int(c); }