#include int main() { std::cout << "hello" << std::endl; return 0; }