#include <iostream>

int main() {
    std::cout << "Hello, world" << endl;
    return 0;
}