#include <iostream>#include <string>#include<stdio.h>using namespace std; int main() { string ain; getline(cin,ain); cout << ain; system("pause"); return 0;}
Hello World is the conventional introduction
sh: 1: pause: not found
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!