摘要: 1 #include 2 3 using namespace std; 4 5 int w, h; 6 int MAP[41][41]; 7 int sx, sy, ex, ey; 8 int res; 9 int dx[4] = { 10 1, -1, 0, 0... 阅读全文
posted @ 2014-11-06 00:02 多解方程式 阅读(161) 评论(0) 推荐(0)