#include <iostream>

int main() {
    std::cout << "Xin chào" << std::endl;
    return 0;
}