This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #define OCENIAJ 1 // Przed wyslaniem programu do oceny nalezy wartosc tej stalej zmienic na 1 | |
| int main(void) { | |
| int seed, n; | |
| if(OCENIAJ == 0) printf("Wpisz wartosc zarodka: "); | |
| scanf("%d",&seed); | |
| if(OCENIAJ == 0) printf("Wpisz liczbe generowanych liczb pseudolosowych: "); |