摘要: http://poj.org/problem?id=3083题意就读了很长时间还是没读懂。。。无语。。。懂了之后才开始自己写了一个果断tle郁闷死我了。。最后看了别人很巧妙的方法。。0s过。。。牛啊。不过就是不明白,为什么初始方向没标记也能过。默认的也能过。。。默认初始方向为0的View Code #include <cstdio>#include <cstring>#include <queue>#include <iostream>#define maxn 50using namespace std;int vt[maxn][maxn];ch 阅读全文
posted @ 2012-03-02 22:47 E_star 阅读(190) 评论(0) 推荐(0)