Run ID:98073
提交时间:2024-11-17 11:57:57
#include<iostream> using namespace std; int main() { char i; cin>>i; cout<<i-0; return 0; }