- 博客(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关注的人