#include<stdio.h>
int main(){
    char a;
    scanf("%c",a);
    printf("%c hello world",a);
    return 0;
}