摘要: 首先是要加头文件 #include<algorithm> sort(begin,end,排序方法(可选)); 有三个参数,但是第三个参数默认为升序。 1 #include<iostream> 2 #include<algorithm> 3 using namespace std; 4 int mai 阅读全文
posted @ 2020-03-04 20:31 caxi 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 如题: #include<iostream> #include<stack> #include<string> #include<algorithm> using namespace std; struct node{ int value; int index; node(int value,int 阅读全文
posted @ 2020-03-04 17:39 caxi 阅读(201) 评论(0) 推荐(0) 编辑