Run ID:125881

提交时间:2025-07-15 16:10:01

#include<bits/stdc++.h> using namespace std; int main() { int c; cin >> c; cout << (char )c; return 0; }