在C++中,bool类型用于表示真或假。函数定义如下:

bool cmp(int a, int b) { return a > b; }

该函数用于比较两个整数,返回true如果a大于b,否则返回false