上一页 1 2 3 4 5 6 7 8 9 10 ··· 63 下一页
摘要: 匈牙利: #include<iostream> #include<cstdio> #include<algorithm> #include<queue> #include<iomanip> #include<cstring> using namespace std; typedef long lon 阅读全文
posted @ 2020-06-20 10:09 晴屿 阅读(199) 评论(0) 推荐(0)
摘要: #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # 阅读全文
posted @ 2020-06-14 11:33 晴屿 阅读(419) 评论(0) 推荐(1)
摘要: #include<bits/stdc++.h> #define ls rt<<1 #define rs rt<<1|1 using namespace std; typedef long long ll; const int p=1e8+7; int ans1; int ans2; int ans3 阅读全文
posted @ 2020-06-14 11:30 晴屿 阅读(455) 评论(0) 推荐(1)
摘要: #include<bits/stdc++.h> #define ls rt<<1 #define rs rt<<1|1 using namespace std; typedef long long ll; const int p=1e8+7; vector<int>v[1001000],ans; i 阅读全文
posted @ 2020-06-14 11:29 晴屿 阅读(195) 评论(0) 推荐(0)
摘要: 参考博客:https://www.cnblogs.com/heyuhhh/p/13099217.html 赛中让我发代一小时的题,赛后还是要看题解 #include<map> #include<queue> #include<time.h> #include<limits.h> #include<c 阅读全文
posted @ 2020-06-12 22:01 晴屿 阅读(174) 评论(0) 推荐(0)
摘要: 对应位置的数字之间的关系是不变的,直接利用这一点就可以做开始还写了ida*,结果t飞了 #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #inclu 阅读全文
posted @ 2020-06-12 21:46 晴屿 阅读(208) 评论(0) 推荐(0)
摘要: 自己动手模拟一下就好,最多三个数 #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> 阅读全文
posted @ 2020-06-12 21:43 晴屿 阅读(105) 评论(0) 推荐(0)
摘要: #pragma GCC optimize(2) #include<bits/stdc++.h> #define ll long long #define maxn 1000005 #define inf 1e9 #define pb push_back #define rep(i,a,b) for( 阅读全文
posted @ 2020-06-12 21:38 晴屿 阅读(134) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> #include<cmath> #include<map> #include<vector> #include<queue> #include<set> 阅读全文
posted @ 2020-06-12 21:32 晴屿 阅读(134) 评论(0) 推荐(0)
摘要: #include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # 阅读全文
posted @ 2020-06-04 16:15 晴屿 阅读(159) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 63 下一页