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