Run ID:139351
提交时间:2025-12-06 15:14:35
#include<bits/stdc++.h> using namespace std; int main(){ char a; cin>>a; cout<<a<<"Input Error!"; return 0; }