Run ID:125817
提交时间:2025-07-15 15:36:07
#include<bits/stdc++.h> using namespace std; int main() { int c; cin >> c; cout << (char )c; return 0; }