Input
Output
#include <iostream> using namespace std; int main(){ cout << "Welcome to Onlinetpoint. The C++ Online Compiler is ready for execution."; return 0; }