Guest User

Untitled

a guest
Oct 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include <iostream>
  2. #include <time.h>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. cout << "делай разn";
  9. sleep(180000);
  10. cout << "делай дваn";
  11. return 0;
  12. }`
Add Comment
Please, Sign In to add comment