Run ID:109691
提交时间:2025-02-10 15:24:29
#include<iostream> using namespace std; int main(){ char zifu; cin>>zifu; int a; a=zifu; cout<<a; return 0; }