Advertisement
PROFESSOR_AIH

Untitled

Feb 2nd, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     string s;
  6.     cin>>s;
  7.     cout<<"Hello, "<<s<<endl;
  8.     return 0;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement