test
This commit is contained in:
parent
7fcf839a42
commit
5ab698d9b0
@ -37,11 +37,12 @@ Uzol* nacitaj_strom() {
|
||||
void spusti_system(Uzol *uzol) {
|
||||
while (uzol != NULL) {
|
||||
if (uzol->ano == NULL && uzol->nie == NULL) {
|
||||
printf("*%s\nKoniec\n", uzol->text);
|
||||
printf("*%s\nKoniec vstupu\n", uzol->text);
|
||||
return;
|
||||
}
|
||||
|
||||
if (uzol != NULL) {
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
printf("%s\n", uzol->text);
|
||||
}
|
||||
|
||||
@ -70,7 +71,6 @@ int main() {
|
||||
return 1;
|
||||
}
|
||||
printf("Expert z bufetu to vie.\nPozna %d druhov ovocia a zeleniny.\n", pocet_tovarov);
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
spusti_system(koren);
|
||||
uvolni_strom(koren);
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user