Run ID:155710
提交时间:2026-06-12 22:34:25
#include<iostream> using namespace std; int main(){ char c; cin>>c; cout<<int(c)<<endl; //强制转换 }