Keep getting a Segmentation fault: 11

后端 未结 0 747
萌比男神i
萌比男神i 2020-12-07 04:10
#include 
#include 

// A Tree node
typedef struct leaf
{
    char ch;
    int freq;
    struct leaf *left, *right;
}leaf;

typedef st         


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