#include <iostream> int main(){ std::cout << "hi"; return 0; }