提交时间:2025-12-19 15:26:27
运行 ID: 76558
#include <bits/stdc++.h>; using namespace std; int main() { int a; cin >> a; cout<<char(a); }