提交时间:2023-11-18 13:18:36
运行 ID: 31324
#include <cstdio> using namespace std; int main () { int a; scanf("%d",&a); printf("%c",a); return 0; }