
深搜
MANX98
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
油田问题
Problem Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a ...原创 2020-01-10 21:10:54 · 318 阅读 · 0 评论 -
POJ 3009
转载:https://blog.youkuaiyun.com/fanxing1/article/details/6310037 #include <iostream> #include<cstdio> using namespace std; int Map[20][20],sort_step,X,Y,b_x,b_y; int Move[4][2]={{0,1},{0,-1},{1,0...转载 2019-11-01 20:24:06 · 219 阅读 · 0 评论