#include int main(void) { char a[32]; scanf("%s",a); printf("hello world %s\n",a); return 0; }