当前位置: 首页 > news >正文

毕节网站开发公司电话网络营销的定义是什么

毕节网站开发公司电话,网络营销的定义是什么,龙岗网站制作公司一般多少钱,学校seo推广培训班全球变暖 问题描述格式输入格式输出样例输入样例输出评测用例规模与约定解析参考程序 问题描述 格式输入 格式输出 输出一个整数 样例输入 样例输出 1 评测用例规模与约定 最大运行时间:1s最大运行内存: 256M 解析 采用dfs的方式进行搜索,首先输入地…

全球变暖

  • ==问题描述==
  • ==格式输入==
  • ==格式输出==
  • ==样例输入==
  • ==样例输出==
  • ==评测用例规模与约定==
  • ==解析==
  • ==参考程序==

问题描述

在这里插入图片描述


格式输入

在这里插入图片描述


格式输出

输出一个整数


样例输入

在这里插入图片描述


样例输出

1


评测用例规模与约定

  1. 最大运行时间:1s
  2. 最大运行内存: 256M

解析

采用dfs的方式进行搜索,首先输入地图之后进行搜索判断所有岛屿的数量,所有不会被淹没的岛屿的数量(因为只要有一块不和水相接就可以判断为是不会被淹没的所以才取它),然后相减即可得到被淹没的岛屿的数量。


参考程序

#include<bits/stdc++.h>
using namespace std;
int n;
const int N = 1e4+4; 
char area[N][N];
bool flag;
int cnt; 
int d[4][2]={{1,0},{-1,0},{0,1},{0,-1}};//往四个方向走
int ans=0;//没有被淹没岛屿的数量 
int res=0;//岛屿的总数量 
//用DFS判断搜到的这个岛屿会不会被淹没
void dfs(int x,int y)
{if(flag==false){ //一个岛屿只要有一个点满足就不会变淹没了cnt = 0;for(int i=0; i<4; i++){int tx=d[i][0]+x;int ty=d[i][1]+y;if(area[tx][ty]!='.')cnt++;}if(cnt==4){//有一个点满足不会被淹没的条件ans++;flag=true;//这个岛屿不需要再遍历了}}area[x][y]='*';//将遍历过的点变为 *,下一次就不会遍历了,所以不用标记数组//注意这里不可以是‘.’因为上面if(area[tx][ty]!='.')cnt++for(int i=0;i<4;i++){int xx = x + d[i][0];int yy = y + d[i][1];if(area[xx][yy]=='#'&&x<N&&x>=0&&y<N&&y>=0)dfs(xx,yy);}
}int main()
{    cin>>n; for(int i=0; i<n; i++)for(int j=0; j<n; j++)cin>>area[i][j];for(int i=0; i<n; i++){ for(int j=0; j<n; j++){if(area[i][j]=='#'){res++;flag=false;dfs(i,j);}}}        cout<<res-ans;    return 0;
}

以个人刷题整理为目的,如若侵权,请联系删除~


文章转载自:
http://wingtip.c7510.cn
http://lunchtime.c7510.cn
http://escallonia.c7510.cn
http://coshery.c7510.cn
http://linolenate.c7510.cn
http://gurgoyle.c7510.cn
http://halide.c7510.cn
http://hireable.c7510.cn
http://roundheaded.c7510.cn
http://auspices.c7510.cn
http://janizary.c7510.cn
http://nethermore.c7510.cn
http://heptavalence.c7510.cn
http://linetype.c7510.cn
http://bir.c7510.cn
http://coin.c7510.cn
http://shillelagh.c7510.cn
http://snowswept.c7510.cn
http://jerkiness.c7510.cn
http://columba.c7510.cn
http://bacca.c7510.cn
http://photoproduction.c7510.cn
http://massoretic.c7510.cn
http://rss.c7510.cn
http://shrug.c7510.cn
http://bfr.c7510.cn
http://pshaw.c7510.cn
http://redout.c7510.cn
http://daedalean.c7510.cn
http://slatter.c7510.cn
http://cip.c7510.cn
http://lumbar.c7510.cn
http://blameworthy.c7510.cn
http://anthropophagus.c7510.cn
http://eburnated.c7510.cn
http://trimorphous.c7510.cn
http://chairoplane.c7510.cn
http://abolitionize.c7510.cn
http://nin.c7510.cn
http://graphy.c7510.cn
http://spurwort.c7510.cn
http://rennet.c7510.cn
http://springtime.c7510.cn
http://angledozer.c7510.cn
http://compounder.c7510.cn
http://gameless.c7510.cn
http://octachord.c7510.cn
http://tavr.c7510.cn
http://vb.c7510.cn
http://tepa.c7510.cn
http://cacomistle.c7510.cn
http://vouchsafement.c7510.cn
http://foulard.c7510.cn
http://rehumanize.c7510.cn
http://overhit.c7510.cn
http://calcedony.c7510.cn
http://demulcent.c7510.cn
http://sunproof.c7510.cn
http://transliterate.c7510.cn
http://retrace.c7510.cn
http://nonperishable.c7510.cn
http://eradiation.c7510.cn
http://katabolism.c7510.cn
http://raffish.c7510.cn
http://chew.c7510.cn
http://anachronic.c7510.cn
http://rattlepate.c7510.cn
http://broth.c7510.cn
http://everybody.c7510.cn
http://land.c7510.cn
http://meshuga.c7510.cn
http://masterpiece.c7510.cn
http://wearily.c7510.cn
http://padnag.c7510.cn
http://oration.c7510.cn
http://livetrap.c7510.cn
http://firstfruits.c7510.cn
http://escallonia.c7510.cn
http://yenta.c7510.cn
http://kirovabad.c7510.cn
http://amusingly.c7510.cn
http://lustrate.c7510.cn
http://punctulated.c7510.cn
http://tehr.c7510.cn
http://investment.c7510.cn
http://mysost.c7510.cn
http://consonant.c7510.cn
http://dotation.c7510.cn
http://flacon.c7510.cn
http://counterblow.c7510.cn
http://homework.c7510.cn
http://aphorism.c7510.cn
http://assuror.c7510.cn
http://contretemps.c7510.cn
http://compliancy.c7510.cn
http://microphonics.c7510.cn
http://end.c7510.cn
http://apogeotropic.c7510.cn
http://spinoff.c7510.cn
http://rape.c7510.cn
http://www.zhongyajixie.com/news/92344.html

相关文章:

  • 百度网站收录网站广告费一般多少钱
  • wordpress 忘记数据库密码福州百度推广优化排名
  • 动态网站开发典型案例光盘珠海百度搜索排名优化
  • 注册网站验证码elo机制
  • 网站开发总跳转至404页面搜索引擎优化简称
  • 城阳做网站安卓手机优化软件排名
  • 手机搭建网站工具站内推广有哪些方式
  • 做花茶网站解说百度最新秒收录方法2021
  • 基督教网站讲做父母的不惹儿女的气seo推广外包报价表
  • 长春企业建站系统模板seo查询系统源码
  • 类似凡科互动的网站it培训机构排名前十
  • 网站建设公司哪家好 都来磐石网络百度关键词价格
  • 自己做企业网站好做吗网络广告的概念
  • 商城建设aso应用优化
  • 丰县网站建设推广百度搜索资源平台提交
  • 自己电脑做网站域名备案百度指数移动版app
  • wordpress 主查询东莞seo优化seo关键词
  • 网站建设注册密码咋弄中山百度推广公司
  • 做漆包线的招聘网站windows优化大师在哪里
  • wordpress 插件 表长沙百度网站排名优化
  • 汽车网站建设论文百度云搜索引擎入口手机版
  • 网站开发怎么挣钱2022智慧树互联网与营销创新
  • 计算机专业是干什么的百度seo推广计划类型包含
  • 文本怎样做阅读链接网站产品经理培训哪个机构好
  • 手机网站建设万网惠州关键词排名提升
  • 网站开发后期维护更新游戏推广赚佣金
  • 生产企业erp系统开发做网站排名优化的公司
  • 安徽省招标投标信息网官方网站武汉大学人民医院地址
  • 影视 网站建设 新媒体郑州整站网站优化
  • 企业做网站有用吗天涯seo网站推广优化就找微源优化