在c++创建b树过程中这一步#ifndef出现[Error] marco names must be identifiers怎么解决
#ifndef 后面是需要跟宏或者常量的,直接定义一个就可以了#define MARCO
#ifndef MARCO 这样就可以了