#include <stdio.h>

int main()
{
    printf(" O    O\n");
    printf("<H>  <H>\n");
    printf("I I  I I\n");
    

    return 0;
}