Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <iostream>
  2. #include <windows.h> // WinApi header
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8.  
  9.  
  10.  
  11. for(int i=1; i<=17000; i++) {
  12. Beep(i, 3);
  13.  
  14. }
  15.  
  16.  
  17.  
  18.  
  19. cin.get(); // wait
  20. return 0;
  21. }
Add Comment
Please, Sign In to add comment