12345678910
#include <iostream> using namespace std; int main(){ cout<< "hello world"; cout<<"cplusplus.com"; //breakpoint cout << "i need some help"; return 0; }
cout<< "hello world" << endl;