- 博客(5)
- 资源 (1)
- 收藏
- 关注
转载 BFS题目集合
有时间要去做做这些题目,所以从他人空间copy过来了,谢谢那位大虾啦。pku 1175 Starry Night题目地址:http://acm.pku.edu.cn/JudgeOnline/problem?id=1175解法:BFS,要注意的是如何判断图形是一样的,我的做法就是计算每两个点的距离之和。看:http://hi.baidu.com/doxi_free/blog/it
2015-04-28 09:00:27 501
转载 HDOJ1002
好笨好笨,#include #includeusing namespace std;int main(){ int n,m,t,s,i,j,k,p,c[1005]; char a[1005],b[1005]; cin>>n; for(p=1;p<=n;p++) { if(p!=1) cout>a>>
2014-09-04 20:27:54 338
原创 HODJ1004
#include "stdafx.h"#include#include#include#include#include#includeusing namespace std;int cmp(const pair& p1, const pair& p2){ return p1.second }void main(){ int t;
2014-09-04 20:11:36 371
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人