#include<bits/stdc++.h>
using namespace std;
int main(){
	printf("GO");
	return 0;
}