fork download
  1. #include<iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main(){
  6. string str;
  7. cin>>str;
  8. cout<<"Hello, "<<str;
  9. }
  10.  
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
Hello,