Run ID:133627

提交时间:2025-10-20 16:11:00

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