摘要:
写了好长(4K),一下就AC了,挺好。思路简单,写着真墨迹。 1 #include <stdio.h> 2 #include <iostream> 3 #include <string> 4 #include <string.h> 5 #define maxn 50 6 using namespace std; 7 int m,n; 8 int sx,sy,ex,ey; 9 int count[maxn][maxn]; 10 bool v[maxn][maxn]; 11 string gird[maxn]; 12 int dir[4][2]={ 阅读全文
posted @ 2013-03-15 21:17
symons
阅读(369)
评论(0)
推荐(0)
浙公网安备 33010602011771号