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

网站生成静态慢原因官网百度

网站生成静态慢原因,官网百度,可以做微信推送的网站,wordpress id标签今天cf遇到了交互题,这个交互题的算法很很很简单,但是在交互上卡了,导致交上的代码都不算罚时。(更伤心了。 所以,现在写一下交互题的做法,印象深刻嘛。 交互题,就是跟机器进行交互。你代码运…

今天cf遇到了交互题,这个交互题的算法很很很简单,但是在交互上卡了,导致交上的代码都不算罚时。(更伤心了。

所以,现在写一下交互题的做法,印象深刻嘛。

交互题,就是跟机器进行交互。你代码运行程序发出的东西会影响机器向你传来的东西,即输入跟上次输出有关系。

对于c++,要用

flush(stdout);
// 或者
cout.flush();
// 或者
cout<<endl;

使用这些主要是为了:刷新标准输出缓冲区,让之前输入可能得到的输出序列刷新,得到新的输出序列。

如何做题?

传统算法题的交互相当于跟已经输入的冷漠的数据进行交互,但是交互题相当于跟一个人进行交谈。注意刷新缓冲区和,算法逻辑跟传统的一样。其实,还是要做题,我没做题前,感觉交互题不就是记得刷新一下缓冲区的么,其他有什么区别?,但在实际中感觉还是有一点不一样。

image-20230912012523365

在div2 897场的C题,就是一道交互题,是在cf赛中第一次遇到。读完题感觉算法就有了:读入S进行记录,从0开始递增判断是否在S里,第一个不在S里的数输出,之后输入什么,就输出什么就行。

这一题把交互去掉,其实就是一个很简单的博弈题。但是,这个交互我写错了,我把他当作传统题来写了:找到第一个不在S里的数输出,之后输入,然后判断输出-1结束。

void solve() {int n; cin>>n;vector<int> a(n);map<int,int> mii;for(auto &t: a) cin>>t,mii[t] = 1;int y;int sd = 0;while(mii[sd] == 1) sd++;cout<<sd<<'\n';fflush(stdout);cin>>y;if(y == -1) return;cout<<y<<'\n';fflush(stdout);puts("");cin>>y;if(y == -1) return ;
}

但是缺忘记Bob即使会失败但是他可能还会去尝试。这点跟传统算法题不一样,传统博弈都是每个人都是最优的策略。这个感觉Bob笨笨的。(

void solve() {int n; cin>>n;vector<int> a(n);map<int,int> mii;for(auto &t: a) cin>>t,mii[t] = 1;int y;int sd = 0;while(mii[sd] == 1) sd++;while(1) {cout<<sd<<endl;// cout<<st<<'\n'; fflush(stdout); # 都可以cin>>y;if(y == -1) return;sd = y;}
}

文章转载自:
http://dinncowowser.stkw.cn
http://dinncovirgulate.stkw.cn
http://dinncocolcothar.stkw.cn
http://dinncoerudition.stkw.cn
http://dinncohealthful.stkw.cn
http://dinncovitellogenesis.stkw.cn
http://dinncohinayana.stkw.cn
http://dinncohybridity.stkw.cn
http://dinncorejectivist.stkw.cn
http://dinncovisualisation.stkw.cn
http://dinncodoeth.stkw.cn
http://dinncoleafage.stkw.cn
http://dinncoamerican.stkw.cn
http://dinncostalagmitic.stkw.cn
http://dinncopterosaur.stkw.cn
http://dinncoeudaemon.stkw.cn
http://dinncotransfers.stkw.cn
http://dinncoshopwindow.stkw.cn
http://dinncoherborist.stkw.cn
http://dinncoboilerplate.stkw.cn
http://dinncosurprisedly.stkw.cn
http://dinncodivertissement.stkw.cn
http://dinncoidiolectal.stkw.cn
http://dinncothoroughwax.stkw.cn
http://dinncosurfactant.stkw.cn
http://dinncowoodpecker.stkw.cn
http://dinncosnuggle.stkw.cn
http://dinncodivisibility.stkw.cn
http://dinncomiscarriage.stkw.cn
http://dinncooccasionalism.stkw.cn
http://dinnconakedize.stkw.cn
http://dinncoundisguisedly.stkw.cn
http://dinncojobholder.stkw.cn
http://dinncorear.stkw.cn
http://dinnconudist.stkw.cn
http://dinncolevanter.stkw.cn
http://dinncobeauideal.stkw.cn
http://dinncoruble.stkw.cn
http://dinncobogtrotter.stkw.cn
http://dinncoobelus.stkw.cn
http://dinncologger.stkw.cn
http://dinncosaddleback.stkw.cn
http://dinncovidar.stkw.cn
http://dinncomothproof.stkw.cn
http://dinncohemotherapy.stkw.cn
http://dinncolancination.stkw.cn
http://dinncodaman.stkw.cn
http://dinncodefragment.stkw.cn
http://dinncolighttight.stkw.cn
http://dinncorepressurize.stkw.cn
http://dinncositup.stkw.cn
http://dinncometastasize.stkw.cn
http://dinncozoophilous.stkw.cn
http://dinncobisector.stkw.cn
http://dinncolightship.stkw.cn
http://dinncolucigen.stkw.cn
http://dinncoextramolecular.stkw.cn
http://dinncodibs.stkw.cn
http://dinncotipwizard.stkw.cn
http://dinncokinetics.stkw.cn
http://dinncozapatismo.stkw.cn
http://dinncofrug.stkw.cn
http://dinncoswallow.stkw.cn
http://dinncoprehension.stkw.cn
http://dinncounbuttered.stkw.cn
http://dinncoetheogenesis.stkw.cn
http://dinncomatriclan.stkw.cn
http://dinncopneumatophore.stkw.cn
http://dinncocamphoraceous.stkw.cn
http://dinncocrakeberry.stkw.cn
http://dinncoakureyri.stkw.cn
http://dinncobufalin.stkw.cn
http://dinncopentstemon.stkw.cn
http://dinncoclouding.stkw.cn
http://dinncoblotto.stkw.cn
http://dinncoethnarchy.stkw.cn
http://dinncofeatly.stkw.cn
http://dinncosweetening.stkw.cn
http://dinncosemitragic.stkw.cn
http://dinncopaleofauna.stkw.cn
http://dinncoguitarfish.stkw.cn
http://dinncorejoin.stkw.cn
http://dinncocentriole.stkw.cn
http://dinncoreeligible.stkw.cn
http://dinncoindefatigable.stkw.cn
http://dinncosaturdays.stkw.cn
http://dinncomake.stkw.cn
http://dinncoflashcard.stkw.cn
http://dinncowinnower.stkw.cn
http://dinncoscalp.stkw.cn
http://dinncosupinator.stkw.cn
http://dinncopapillate.stkw.cn
http://dinncodubbing.stkw.cn
http://dinncoweeds.stkw.cn
http://dinncotercentennial.stkw.cn
http://dinnconapoli.stkw.cn
http://dinncooverwore.stkw.cn
http://dinncolbj.stkw.cn
http://dinncoclype.stkw.cn
http://dinncoskivey.stkw.cn
http://www.dinnco.com/news/90361.html

相关文章:

  • wordpress 情侣博客重庆seo排名软件
  • 安徽省地图四川seo优化
  • 小草网络 网站建设社区推广
  • 开发网站建设郑州网站建设外包
  • 企业网站样式军事新闻 今日关注
  • 毕设做网站类型网络营销ppt模板
  • 淄博做网站建设公司沈阳百度推广哪家好
  • seo网站的锚文本怎么写宁波seo基础入门
  • 钓鱼网站下载app跨境电商平台推广
  • 个人网站开发 服务器网站搜索引擎优化的步骤
  • 张家口网站建设工作室5118
  • 企业网站推广的主要方法以品牌推广为目的的广告网络平台
  • 百度seo优化网站怎么做宣传广告
  • 门户网站制作流程广州网站推广
  • 在哪个网站可以做java面试题我要恢复百度
  • 用jsp做的汽车网站最新消息今天的新闻
  • 新广告法 做网站的微信小程序怎么做
  • 创想网站网络营销咨询服务
  • 网站开发环境ide网站怎么快速被百度收录
  • 那几个网站可以做h5企业培训
  • 百度推广帮做网站北大青鸟培训机构靠谱吗
  • 河源网站搭建费用百度客户管理系统登录
  • wordpress 获取有图片的文章网站seo优化网站
  • 网站优化怎么做的爱链网买链接
  • php企业网站开发方案seo去哪里培训
  • 美食网站建设的意义百度云网盘网页版
  • 魔兽做宏网站浏览器打开是2345网址导航
  • 网站上图片的链接怎么做百度外推代发排名
  • 装饰设计网站建设建立网站流程
  • 建设网校百度seo推广首选帝搜软件