#include <stdio.h>

int main() {
 char ch ;
 scanf("%c",&ch);
 printf("%d",(int)ch);
   
    return 0;
}