#include<stdio.h>
int main()
{
    printf(" 0\n");
    printf("<H>\n");
    printf("I I\n");
    system("pause");
    
    return 0;




}