budaidua
This commit is contained in:
parent
f653b9ee4c
commit
cd9d557210
@ -80,9 +80,7 @@ int main(void){
|
|||||||
bool whitespace = false;
|
bool whitespace = false;
|
||||||
struct tree* tree = read_tree();
|
struct tree* tree = read_tree();
|
||||||
bool found = find_the_incorrect(tree);
|
bool found = find_the_incorrect(tree);
|
||||||
print_tree(tree, 0);
|
|
||||||
char line[SIZE];
|
char line[SIZE];
|
||||||
char line2[SIZE];
|
|
||||||
|
|
||||||
int numOfLeaves = count_leaves(tree);
|
int numOfLeaves = count_leaves(tree);
|
||||||
char answer[SIZE];
|
char answer[SIZE];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user