else { int ret = funkce(id1->left); if (ret != 1) ret = funkce(id1->right); return ret; }
Zpět do poradny