不用加,stdio.h包含stdbool.h,单单用bool的话stdbool.h就够了,大多数情况用#include,不必#include
不用加,bool是c++关键字。
#include 是标准输入输出函数库的头文件,printf、scanf 等用得到