#include <iostream>

auto main(int argc, char* argv[]) -> int {
  std::cout << "hello" << std::endl;
  return 0;
}