This commit is contained in:
Denis Landa 2025-11-20 21:47:59 +01:00
parent 5bc6b97f31
commit 594b538133

View File

@ -61,7 +61,7 @@ void run(struct tree* t) {
return; return;
} }
printf("Odpovedajte 'a' alebo 'n'\n"); printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
char c; char c;
if (scanf(" %c", &c) != 1) { if (scanf(" %c", &c) != 1) {
@ -92,7 +92,7 @@ int main() {
return 0; return 0;
} }
printf("MUDrC to vie.\n"); printf("Expert z bufetu to vie.\n");
printf("Pozna %d druhov ovocia a zeleniny.\n", count_items); printf("Pozna %d druhov ovocia a zeleniny.\n", count_items);
run(root); run(root);