1. 定义bool函数类型 1. 定义bool函数类型#include <stdbool.h>bool isPowerOfThree(int n) { ...} 必须引入 stdbool 库,不然会提示