Run ID:155709
提交时间:2026-06-12 22:19:10
#include<iostream> using namespace std; int main(){ char c='A'; cout<<c<<endl; cout<<int(c)<<endl; //强制转换 }