#include <iostream>
using namespace std;

int main() {
	cout << ('GL' & 'HF');
	return 0;
}