Run ID:87760

提交时间:2024-08-14 15:17:27

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