#include using namespace std; int main() { cout << "Hello world" << endl; int a = 0; return 0; }