12dsddddddd
This commit is contained in:
parent
cb3ddef2c3
commit
3d9f4bc057
@ -31,13 +31,13 @@ struct tree* read_tree() {
|
|||||||
|
|
||||||
node->yes = read_tree();
|
node->yes = read_tree();
|
||||||
if (!node->yes) {
|
if (!node->yes) {
|
||||||
printf("Nerozumiem\n");
|
printf("Koniec vstupu\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
node->no = read_tree();
|
node->no = read_tree();
|
||||||
if (!node->no) {
|
if (!node->no) {
|
||||||
printf("Chyba\n");
|
printf("Nerozumiem\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user