cv7
This commit is contained in:
parent
3c5797d09b
commit
1bdd940cb4
@ -51,6 +51,7 @@ void print_tree(struct tree* tree, int offset) {
|
||||
return;
|
||||
}
|
||||
char r = getchar();
|
||||
getchar();
|
||||
if (r == 'a') {
|
||||
print_tree(tree->left, offset + 3);
|
||||
} else if (r == 'n') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user