Run ID:128509
提交时间:2025-08-17 15:24:34
#include<bits/stdc++.h> using namespace std; int main(){ int a; scanf("%d",&a); cout<<char(a); }