2025-05-27 19:03:28 +09:00

7 lines
97 B
C

#include <stdio.h>
int main(){
char c;
c = getchar();
printf("%d",c);
return 0;
}