#include<stdio.h> int main(){ char a; scanf("%c", &a); printf("%c\n", a); printf("%d\n", a); return 0; }
Last updated 6 months ago