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