Run ID:137055
提交时间:2025-11-16 10:08:26
#include<iostream> using namespace std; int main() { char c; cin>>c; cout<<(int)c; }