Advertisement
Guest User

Задание 1

a guest
Sep 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include "stdafx.h"
  2. #include <iostream>
  3.  
  4.  
  5. int main()
  6. {
  7. using namespace std;
  8. cout << "Dokukin" << endl;
  9. cout << "dokukind@gmail.com" << endl;
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement