提交时间:2023-08-10 13:21:25

运行 ID: 24354

#include<iostream> using namespace std; int main(){ char c; cin>>c; cout<<c+0; return 0; }