摘要: 1 #include <iostream> 2 #include <vector> 3 #include <algorithm> 4 #include <string> 5 #include <cstdio> 6 using namespace std; 7 int a[100010]; 8 /* 9 void quick_sort(int *a,int left,int right){ 10 i 阅读全文
posted @ 2019-09-12 15:24 TTTCoder 阅读(220) 评论(0) 推荐(0) 编辑