#include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) { printf("welcome to c !\n"); system("PAUSE"); return EXIT_SUCCESS; }