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