🌈 搜索
📅  最后修改于: 2022-03-11 14:44:52.052000             🧑  作者: Mango
bool check_sorted(int a[],int n) { return is_sorted(a,a+n); //stl function }