#include < iostream > #include < stdio.h > using namespace std; int main ( ) { cout << "welcome to C++!\n"; system ( "pause" ); return 0; }