Run ID:109837

提交时间:2025-02-12 15:16:10

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