Run ID:94318
提交时间:2024-10-20 11:31:28
#include<iostream> using namespace std; int main(){ char t; cin>>t; cout<<t; return 0; }