#include <stdio.h>
#include <stdlib.h>
void main()
{
  printf("Always Her.\n");
  system("pause");
  system("cls");
}