03 2021 档案

摘要:#include<bits/stdc++.h> using namespace std; #define far(i,t,n) for(int i=t;i<n;++i) typedef long long ll; typedef unsigned long long ull; char t[1000 阅读全文
posted @ 2021-03-31 18:13 摸鱼选手LLF 阅读(47) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include<bits/stdc++.h> using namespace std; void quicksort(vector<int>&v,int l,int r) { if(l>=r) return ; int val=v[l]; int ll=l, 阅读全文
posted @ 2021-03-28 09:45 摸鱼选手LLF 阅读(65) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示