摘要:
这题陷阱很多....很多种不合法的贪食蛇...要仔细排除每种情况.. #include #include struct P { int i, j; }; int n, m; bool graph[201][201]; bool v[201][201]; int cnt; bool is; P head, tail; bool ishead(int i, int j) { in... 阅读全文
posted @ 2007-10-05 17:54
sql172
阅读(183)
评论(0)
推荐(0)
浙公网安备 33010602011771号