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