Guest User

Untitled

a guest
Feb 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. #include<windows.h>
  2. #include<iostream>
  3. #include <mmsystem.h>
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8.  
  9. int a;
  10. int i;
  11. char h = 3;
  12. cout << "\t\t\tTo : Vitaliy\n\n\a";
  13. Sleep(1000);
  14. cout << "\t\t";
  15. for (i = 0; i<56; i++)
  16. cout << "_";
  17. cout << "\n\n\a";
  18.  
  19. Sleep(1000);
  20. cout << "\t\t\t\ti i i i i\n\a\a";
  21.  
  22. Sleep(1000);
  23. cout << "\t\t\t\ti i i i i\n\a\a\a";
  24.  
  25. Sleep(1000);
  26. cout << "\t\t\t __i_i_i_i_i__\n\a";
  27.  
  28. Sleep(1000);
  29. cout << "\t\t\t |" << h << " " << h << "|\n\a";
  30.  
  31. Sleep(1000);
  32. cout << "\t\t\t __| " << h << "5.02.2018" << h << " |__\n\a";
  33.  
  34. Sleep(1000);
  35. cout << "\t\t\t | " << h << " " << h << " " << h << " " << h << " |\n\a";
  36.  
  37. Sleep(1000);
  38. cout << "\t\t\t__|" << h << " HAPPY " << h << " " << h << "|__\n\a";
  39.  
  40. Sleep(1000);
  41. cout << "\t\t | " << h << " " << h << " BIRTHDAY " << h << " |\n\a";
  42.  
  43. Sleep(1000);
  44. cout << "\t\t |" << h << " " << h << " " << h << " " << h << " " << h << " " << h << "|\n\a";
  45.  
  46.  
  47. Sleep(1000);
  48. cout << "\t\t | " << h << " " << h << " " << h << " " << h << " Vitaliy " << h << " " << h << " " << h << " " << h << " |\n\a";
  49.  
  50. Sleep(1000);
  51. cout << "\t\t |_________________________|\n\a";
  52.  
  53. cout << "\n\n\n\n\n";
  54.  
  55. return 0;
  56. }
Add Comment
Please, Sign In to add comment