error:when creating a binary tree, there is an error in finding the node whose value is 'e' after setting the input end flag

后端 未结 0 1185
抹茶落季
抹茶落季 2020-12-11 22:13

I used preorder traversal to create a binary tree,and set to type \'9999\' to end the input:

void createbt(btree& t)
{
    int ch;
    cin >> ch;
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题