Skip to content

Instantly share code, notes, and snippets.

@MartynaMulawa
MartynaMulawa / plik nr 1
Created December 2, 2022 18:29
Gist Martyna Mulawa 1 publiczny
#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: ");