Run ID:125673

提交时间:2025-07-15 11:25:29

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