已解决 胡志恒 中级守护 #include<iostream> #include<cstdio> using namespace std; int main() { char a = 'a' ; int b= a; cin>>a; cout<< b <<endl; return 0; }