using namespace std;
1234567
#include<iostream> using namespace std; int main(){ cout <<"Hello!" << endl; return 0; }