上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 26 下一页

2012年7月21日

【解题报告】【HDOJ1010】【DFS矩阵地图】Tempter of the Bone

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1010 1 #include<stdio.h> 2 #include<string.h> 3 #include<math.h> 4 int map[10][10]; 5 int n,m,t; 6 int si,sj,ei,ej; 7 int bx[4]={1,0,-1,0},by[4]={0,1,0,-1}; 8 int result; 9 void print();10 void read_operation(int i,int j,char c);11 voi 阅读全文

posted @ 2012-07-21 18:36 coding封神 阅读(116) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 26 下一页

导航