Run ID:98076
提交时间:2024-11-17 11:59:09
#include<iostream> using namespace std; int main() { char b; cin>>b; cout<<b+0<<endl; return 0; }