#include <iostream>

int main()
{
	std::cout << "OpenGL" << std::endl;
	std::cin.get();
}