#include <iostream>

int main(int ac, char **av)
{
    std::cout << "hello, world\n";
}