提交时间:2023-08-10 13:21:14
运行 ID: 24353
#include<iostream> using namespace std; int main(){ char c; cin>>c; cout<<c+0; return 0; }