Run ID:113990

提交时间:2025-03-18 13:42:58

#include <iostream> using namespace std; int main() { char c; cin >> c; cout << (int)(c)<<endl; }