#include <iostream>

int main() {
    std::cout << "HI!" << std::endl;
}
