chuj wielki i szelki

by jebacto on December 21st, 2009
No notes
Syntax: C++
Show lines - Hide lines - Show in textbox - Download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main(int argc, char *argv()) {
  5.  
  6. int pwd = 5512;
  7. bool p = false;
  8. int podaj;
  9.  
  10.  
  11. while(p == false) {
  12.  
  13. printf("elo shaxuj mi jape nie !!! \n\n\n");
  14. printf("Podaj haslo: ");
  15. scanf("%d", &podaj);
  16. printf("\n\n\n");
  17.  
  18. switch(podaj) {
  19. case 5512:
  20. printf("Brawo wyjebales mnei w kake jestes zalogowany :))");
  21. p = true;
  22. break;
  23. default:
  24.  
  25. system("CLS");
  26. }
  27.  
  28. }
  29.  
  30. printf("\n\n");
  31. system("PAUSE");
  32.  
  33. }
  34.  

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS