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