This commit is contained in:
Anton Dolozin 2025-11-09 20:29:53 +01:00
parent f653b9ee4c
commit cd9d557210

View File

@ -80,9 +80,7 @@ int main(void){
bool whitespace = false;
struct tree* tree = read_tree();
bool found = find_the_incorrect(tree);
print_tree(tree, 0);
char line[SIZE];
char line2[SIZE];
int numOfLeaves = count_leaves(tree);
char answer[SIZE];