1. 定义bool函数类型

  1. #include <stdbool.h>
  2. bool isPowerOfThree(int n) {
  3. ...
  4. }

必须引入 stdbool 库,不然会提示