#include <iostream>

int main() {
  std::cout << "Hola" << std::endl;
}