sort函數的簡單用法(= ̄ω ̄=)

以下是sort函數簡單用法的代碼: #include<stdio.h> #include<stdbool.h> #include<algorithm> using namespace std; bool comp(int a,int b){//當需要考慮是從大到小還是從小到大 return (a>b); } int a[1000000]; int main() { int n,m; whil
相關文章
相關標籤/搜索