1. #include <iostream> 
  2. using namespace std; 
  3. int main() 
  4.     cout<<"hello world"<<"\n"; 
  5.     system("pause"); 
  6.     return 0;