Advertisement
Guest User

new

a guest
Apr 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. #include <iostream>
  2. #include <locale>
  3. #include <cmath>
  4.  
  5. using namespace std;
  6.  
  7. int main()
  8. {
  9.     setlocale(LC_ALL,"Russian");
  10.     cout << "Привет";
  11.     cin.get();
  12.     cin.get();
  13.     return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement