Run ID:155712
提交时间:2026-06-12 23:00:53
#include<iostream> using namespace std; int main(){ char c='c'; cin>>c; cout<<int(c)<<endl; //强制转换 }