#include using namespace std; int main(){ int t = 0; int v = 123 / t; cout << "Hello World!" << endl; return 0; }