自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 图论进程表

电脑重装,少了很多代码 P3371 【模板】单源最短路径(弱化版) #include<bits/stdc++.h> using namespace std; const long long inf = 2147483647; const int maxn=10005; const int maxm=500005; using namespace std; int n,m,...

2019-07-19 15:52:00 124

转载 洛谷P1028动规算法

首先我们可以写一个递归 #include<bits/stdc++.h> using namespace std; long long n; int main(){ long long f[1001]; memset(f,0,sizeof(f)); cin>>n; for(int i=1;i<=n;i++) { for(int j=1;j<=...

2019-03-29 22:03:00 94

转载 P1379 八数码难题

1 #include<iostream> 2 #include<bits/stdc++.h> 3 using namespace std; 4 #include<vector> 5 using std::vector; 6 bool t[1000000000]; 7 int a[4][4]; 8 int ans=10...

2019-02-21 00:02:00 146

转载 P1015 回文数解题思路(非原创)

测试 #include<bits/stdc++.h> using namespace std; int n,m,step; string nn; int len,nex; bool dfs(unsigned long long x) { unsigned long long a=0; for(unsigned long long i=x;i;i/...

2019-02-15 14:03:00 232

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除