摘要:
http://poj.org/problem?id=1062#include #include #include using namespace std;int m,n;struct adjlist{ int c[101],t[101];}a[101];int d[101],tm[101],l... 阅读全文
posted @ 2015-08-24 11:57
雪溯
阅读(115)
评论(0)
推荐(0)
摘要:
http://poj.org/problem?id=1860#include //#include //#include #include using namespace std;#define MAXM 202#define MAXN 101int n,m;int first[MAXN];int ... 阅读全文
posted @ 2015-08-24 11:53
雪溯
阅读(201)
评论(0)
推荐(0)
摘要:
#define ONLINE_JUDGE#include#include #include using namespace std;int A,B,sx,sy;char maz[101][101];int vis[101][101];const int dx[4]={0,1,0,-1};const ... 阅读全文
posted @ 2015-08-24 11:50
雪溯
阅读(148)
评论(0)
推荐(0)
摘要:
http://poj.org/problem?id=2632#include#include #include using namespace std;int A,B,n,m;int robot[101][3];char rbuff[10];int dir[255];const int dx[4]=... 阅读全文
posted @ 2015-08-24 11:48
雪溯
阅读(187)
评论(0)
推荐(0)
摘要:
http://poj.org/problem?id=1068#include#include using namespace std;int ind[45];bool used[45];int r[21];int l[21];int len,n,llen;int w[21];int main(){ ... 阅读全文
posted @ 2015-08-24 11:45
雪溯
阅读(127)
评论(0)
推荐(0)

浙公网安备 33010602011771号