#include int main() { std::cout << "hello world" << std::endl; int input; std::cin >> input; if (input == 88) { return 0; } }