上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: 解决办法:浏览器扩展重定向 gooreplacer 阅读全文
posted @ 2022-03-27 10:28 ethon-wang 阅读(20) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<algorithm> #include<map> #include<cstring> using namespace std; using PII=pair<int,int>; const int N=2e3+510; int n,m; PII 阅读全文
posted @ 2022-03-23 15:52 ethon-wang 阅读(16) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<algorithm> using namespace std; using ll= long long; const int N=5e5+10; int n,m,ans; ll T,w[N],t[N],tmp[N]; ll sq(ll x){ 阅读全文
posted @ 2022-03-22 09:56 ethon-wang 阅读(31) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<algorithm> #include<cstring> #include<cstdlib> using namespace std; using ll = long long; const int N = 5e2 + 10; int n, m 阅读全文
posted @ 2022-03-21 15:05 ethon-wang 阅读(28) 评论(0) 推荐(0) 编辑
摘要: spacedesk 有点毒瘤,校园网可以窥屏 阅读全文
posted @ 2022-03-20 21:00 ethon-wang 阅读(34) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<algorithm> using namespace std; const int N= 5e5+3e3; using ll=long long ; ll n,m,i,j,k,a[N],b[N],cnt=0; void merge(ll a[] 阅读全文
posted @ 2022-03-20 20:25 ethon-wang 阅读(27) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> #include<queue> #include<vector> #define fir(i,a,b) for(int i=a;i<=b;++i) using namespace std; priority_qu 阅读全文
posted @ 2022-03-19 21:40 ethon-wang 阅读(43) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> using namespace std; const int N = 100010; typedef long long ll; ll res1,res2; int row[N],col[N],tmp[N]; i 阅读全文
posted @ 2022-03-18 20:09 ethon-wang 阅读(26) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2022.cnblogs.com/blog/1963362/202203/1963362-20220318170323150-712137436.svg) 阅读全文
posted @ 2022-03-18 16:16 ethon-wang 阅读(26) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> #include<algorithm> using namespace std; const int N=1e5+10; int n,res=0; int a[N]; int main(){ ios::sync_with_stdio(false); c 阅读全文
posted @ 2022-03-16 14:38 ethon-wang 阅读(25) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页