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