Run ID:107491

提交时间:2025-01-18 09:01:30

#include <iostream> using namespace std; int main() { char a; int b; cin>>a; b=a; cout<<b; return 0; }