Run ID:128510

提交时间:2025-08-17 15:25:01

#include<bits/stdc++.h> using namespace std; int main(){ int a; scanf("%d",&a); cout<<char(a); }