Update 'cv8/program.c'
This commit is contained in:
parent
33c5bec771
commit
1f68678676
@ -96,11 +96,6 @@ void knowledge_system(struct tree* node) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*flag == 0) {
|
|
||||||
printf("%s", node->v);
|
|
||||||
*flag = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
printf("%s", node->v);
|
printf("%s", node->v);
|
||||||
if (node->left == NULL && node->right == NULL) {
|
if (node->left == NULL && node->right == NULL) {
|
||||||
printf("Koniec\n");
|
printf("Koniec\n");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user