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