Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
-
-
-
-
-
-
-
-
-
-
-
-
dalsibordelnagitu
-
-
-
An app that reminds you to take your pills. Developed as my long-term graduation work.
-
A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99.
Find the largest palindrome made from the product of two 3-digit numbers.
-
#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
-
-
Soubor řešených příkladů pro předmět UPG