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