#include <stdio.h>

main()
{
printf ("hello, How r u");
 return 0;
}
