为什么 C 语言里面米有 bool 呢?

为什么 C 语言里面米有 bool ?但是在 力扣 里面却是可以用的呀?

猜测在力扣里面被宏定义了一下,比如:

#define bool int
#define true 1
#define false 0

boolean