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