12345678910
#include <windows.h> #include <iostream> using namespace std; int main() { cout<<"hello world"; system("pause"); return 0; }
cout<<"hello world" << endl;
_getch();
return 0;
#include <windows.h>
system("pause");