Aktualizovat du5/program.c

This commit is contained in:
Tomáš Vlček 2026-04-15 09:50:05 +00:00
parent 4e4d7bfb2f
commit b4720c704c

View File

@ -87,7 +87,7 @@ void goThroughTheTree(int rootIndex)
{
current = tree[current].no;
}
else if (input == '0')
else if (input != 'n' || input != 'a')
{
printf("Nerozumiem\n");
return;