#include <iostream>
int main(int argc, const char * argv[])
{
    std::cout << "hello" << std::endl;
}