
map
文章平均质量分 77
驱动幽灵百鬼夜行小肆
活在驱动层的一个幽灵专业课不行数学不行算法不行但是我就是爱计算机PE structure是如此的美妙不关心任何黑产
展开
-
【ACM-POJ】poj2386,Lake Counting
#include #include //#define DBGusing namespace std;const int MAXSIZE = 10000;char map[MAXSIZE][MAXSIZE];int N,M;unsigned long LakeCounts;bool iFirstLake = true;bool iCounted = true;void dfs(原创 2012-02-14 21:25:37 · 898 阅读 · 0 评论 -
【Grids2418】Hardwood Species解题报告+代码
#include#include#include#include//#define INPUT/** Problem: Grids2418 - Hardwood Species Begin Time: 7:30 p.m. 29th/2/2012 End Time: 2012-02-29 21:35:04 Cost Time: 2Hours 5Mins原创 2012-03-02 16:08:32 · 645 阅读 · 0 评论