
acm
Colin丶c
这个作者很懒,什么都没留下…
展开
-
hdu1241 - dfs求连通块
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1241 代码:#include <iostream>#include <cstring>using namespace std;int m,n;char oil[110][110];void dfs(int r, int c){ //不符合条件...原创 2018-10-04 16:29:38 · 228 阅读 · 0 评论 -
hdu1862
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1862 代码:#include <stdio.h>#include <string.h>#include <stdlib.h>#define N 100005typedef struct Node{ char data[7]; ...原创 2018-10-04 16:57:06 · 284 阅读 · 0 评论