#include<stdio.h>
int main()
{
  printf("hao");
  return 0;
}