Run ID:95134

提交时间:2024-10-26 22:03:58

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