#include <iostream>
#include <cstdlib>

int main()
{
    std::cout << "Chào thế giới!" << std::endl;
    return EXIT_SUCCESS;
}
