chuj wielki i szelki
No notes
Syntax:
C++
#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"); }