提交时间:2023-01-23 11:21:45
运行 ID: 6386
#include<iostream> using namespace std; int main() { char a; scanf("%c",&a); int b = a; cout<<b; return 0; }