F

funkce

#include <stdio.h>

int porovnej(int x, int y) /* v teto casti kodu jsem zadefinoval funkci, kterou se bude resit hodnoty nize, ktere zada uzivatel*/ { if (x<y) { return y; } else { return x; } }

void main() /* tato cast kodu "vyžebrá" od