摘要: #include <bits/stdc++.h> using namespace std; const int N = 1000001; int l,r,n,m,w; double dp[N][2]; double res; int main(){ ios::sync_with_stdio(fals 阅读全文
posted @ 2021-04-24 10:08 limited_Infinite 阅读(31) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; const int N = 1010; int Node_k,pre[N],in[N],post[N];//遍历用 struct Node { int value; Node *left, *right; N 阅读全文
posted @ 2021-04-20 22:25 limited_Infinite 阅读(96) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/anan-java/p/12196061.html#_label4 阅读全文
posted @ 2021-04-18 19:17 limited_Infinite 阅读(36) 评论(0) 推荐(0) 编辑
摘要: /*代码高亮*/ .cnblogs_code div { background: #282b2e; } .cnblogs_code { background: #282b2e; border-radius: 5px; border: none; font-family: consolas !impo 阅读全文
posted @ 2021-04-17 11:31 limited_Infinite 阅读(42) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; const double pi = acos(-1.0); //高精度圆周率 const double eps = 1e-8; //偏差值 const int maxp = 1010; //点的数量 int 阅读全文
posted @ 2021-04-17 11:00 limited_Infinite 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://zoj.pintia.cn/problem-sets/91827364500/problems/91827366223 #include<bits/stdc++.h> using namespace std; struct message{ string name; int valu 阅读全文
posted @ 2021-04-11 09:46 limited_Infinite 阅读(44) 评论(0) 推荐(0) 编辑
摘要: #include<bits/stdc++.h> using namespace std; const int N = 10000; vector <int> v; int n,k,icin; int main(){ ios::sync_with_stdio(false); cin>>n>>k; fo 阅读全文
posted @ 2021-04-09 22:30 limited_Infinite 阅读(26) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; const int N = 10000; int n; unsigned long long res=0; struct bag{ int value; int weight; }bag[N]; int M, 阅读全文
posted @ 2021-04-08 21:52 limited_Infinite 阅读(38) 评论(0) 推荐(0) 编辑
摘要: title: it is a test #include<bits/stdc++.h> using namespace std; int main(){ cout<<"yes"<<endl; return 0; thanks test end 阅读全文
posted @ 2021-02-28 15:05 limited_Infinite 阅读(29) 评论(1) 推荐(0) 编辑
// //返回顶部 //返回顶部按钮