#include "iostream.h" //提示1 using namespace std; int main ( void ) { cout << "Hello!" << endl; return ( 0 ); }