Run ID:104949
提交时间:2025-01-11 20:17:32
#include<iostream> // cin\cout\endl using namespace std; int main(){ char a; cin>>a; cout <<a; return 0; }