chuj wielki i szelki

by jebacto on December 21st, 2009
No notes
Syntax: C++
Show lines - Hide lines - Show in textbox - Download
#include <stdio.h>
#include <stdlib.h>
 
int main(int argc, char *argv()) {
 
    int pwd = 5512;
    bool p = false;
    int podaj;
 
 
    while(p == false) {
 
        printf("elo shaxuj mi jape nie !!! \n\n\n");    
        printf("Podaj haslo: ");
        scanf("%d", &podaj);
        printf("\n\n\n");
 
        switch(podaj) {
            case 5512: 
                 printf("Brawo wyjebales mnei w kake jestes zalogowany :))"); 
                 p = true;            
                 break;
            default:  
 
            system("CLS");             
        }        
 
    }
 
    printf("\n\n");
    system("PAUSE");
 
}
 

Leave a Reply

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

Subscribe to this comment feed via RSS