#include <iostream> using namespace std; int main() { char x; cin>>x; cout<<x; } // 64 位输出请用 printf("%lld")
直接拿上上题改就行了。