Run ID:109804
提交时间:2025-02-11 21:10:20
#include<bits/stdc++.h> using namespace std; int main() { char ch; cin>>ch; cout<<(int)ch <<endl; return 0; }