Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. include <stdio.h>
  2.  
  3. int main
  4. {  setlocal(LC_ALL,"hun")
  5.     string x;
  6.    cout<<"Írd be a szöveget!"<<endl;
  7.    getline(cin, x);
  8.    cout<<x;
  9.    
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.    return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement