Run ID:155837

提交时间:2026-06-14 10:17:26

#include <stdio.h> int main() { char ch; scanf("%c", &ch); printf("%d\n", ch); return 0; }