#include <iostream.h> int main() { cout << "Hello World!" << endl; //system("PAUSE"); //return 0; }
#include<iostream.h> #include<stdlib.h> int main() { system("PAUSE"); return 0; }
#include <iostream.h> int main() { cout << "Hello World!" << endl; int i; cin >>i; return 0; }