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