12345678910
#include <iostream> #include <stdlib.h> using namespace std; int main() { cout<<"Hello world!\n"; system("pause"); return 0; }