Run ID:133025

提交时间:2025-10-13 17:19:09

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