12dsddddddd

This commit is contained in:
Denis Landa 2025-11-20 21:57:08 +01:00
parent cb3ddef2c3
commit 3d9f4bc057

View File

@ -31,13 +31,13 @@ struct tree* read_tree() {
node->yes = read_tree();
if (!node->yes) {
printf("Nerozumiem\n");
printf("Koniec vstupu\n");
exit(0);
}
node->no = read_tree();
if (!node->no) {
printf("Chyba\n");
printf("Nerozumiem\n");
exit(0);
}