﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-Cr11'Blog</title><link>http://www.cppblog.com/Caesar11/</link><description /><language>zh-cn</language><lastBuildDate>Thu, 23 Apr 2026 10:07:39 GMT</lastBuildDate><pubDate>Thu, 23 Apr 2026 10:07:39 GMT</pubDate><ttl>60</ttl><item><title>8.30多校联合训练（WHU）总结</title><link>http://www.cppblog.com/Caesar11/archive/2011/08/30/154742.html</link><dc:creator>Caesar11</dc:creator><author>Caesar11</author><pubDate>Tue, 30 Aug 2011 15:28:00 GMT</pubDate><guid>http://www.cppblog.com/Caesar11/archive/2011/08/30/154742.html</guid><wfw:comment>http://www.cppblog.com/Caesar11/comments/154742.html</wfw:comment><comments>http://www.cppblog.com/Caesar11/archive/2011/08/30/154742.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cppblog.com/Caesar11/comments/commentRss/154742.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/Caesar11/services/trackbacks/154742.html</trackback:ping><description><![CDATA[<div><div><div>8.30多校联合训练（WHU）总结</div><div></div><div>1007 数学 1h50min 6Y</div><div>1005 最短路+删边 4h16min 3Y</div><div>1010 floyd+最小路径覆盖 4h37min 6Y</div><div></div><div>&nbsp; 今天的比赛虽然名次还算可以，但是做的不顺利，卡题卡的厉害，WA的比较惨。原因是犯二比较多，范围没趣够，数组开太小，看错题等等。最近做题WA的比较多，1A率下来了，这不是一个好的现象，以后在做题的时候应该再稳一些，不能想当然，细节处理上一定要谨慎才行，还有就是开数组的时候能开大尽量开大点（囧...),取范围的时候自己想好，有必要的话应该互相讨论一下再确定。今天我就犯了这一个错误，导致1010卡题卡了一整场，在这里检讨一下自己，也希望我们以后避免这样的问题发生。</div><div>&nbsp; &nbsp;接下来几天我再学习一下半平面交，完善几何模板，顺便刷点dp，离一场网预没几天了，大家加油～！Fight~!</div></div></div><img src ="http://www.cppblog.com/Caesar11/aggbug/154742.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Caesar11/" target="_blank">Caesar11</a> 2011-08-30 23:28 <a href="http://www.cppblog.com/Caesar11/archive/2011/08/30/154742.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>8.14 组队训练赛总结</title><link>http://www.cppblog.com/Caesar11/archive/2011/08/14/153374.html</link><dc:creator>Caesar11</dc:creator><author>Caesar11</author><pubDate>Sun, 14 Aug 2011 15:04:00 GMT</pubDate><guid>http://www.cppblog.com/Caesar11/archive/2011/08/14/153374.html</guid><wfw:comment>http://www.cppblog.com/Caesar11/comments/153374.html</wfw:comment><comments>http://www.cppblog.com/Caesar11/archive/2011/08/14/153374.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/Caesar11/comments/commentRss/153374.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/Caesar11/services/trackbacks/153374.html</trackback:ping><description><![CDATA[<div><div><span style="font-family: 'Lucida Console'; ">8.14 组队训练赛&#8212;&#8212;09区域赛天津赛区网络预选赛</span></div><div></div><div><span style="font-family: 'Lucida Console'; ">K题 floyd 比较水的图论 &nbsp; 41min &nbsp; 2Y</span></div><div><span style="font-family: 'Lucida Console'; ">F题 乱搞... &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;42min &nbsp; 3Y</span></div><div><span style="font-family: 'Lucida Console'; ">H题 高中物理题+二分 &nbsp; &nbsp; &nbsp;3h2min &nbsp;2Y</span></div><div><span style="font-family: 'Lucida Console'; ">E题 stirling数 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3h19min 1Y</span></div><div></div><div><span style="font-family: 'Lucida Console'; ">今天比较好的一点是把能出的题都出了，但是不足的是水题出的太慢，细节上注意不够导致水题没能1Y。我认为前三道题还是比较水的题，我先读的K，然后读J的时候有了思路，简单交流一下让兔神来敲，敲的比较快，只是要再注意一下细节，这个题1Y可以有，在敲之前我应该再仔细想想细节避免出错，哪怕出慢点要比WA一次要好。F题萌神搞的，也是先简单说了下题意然后开敲，PE的问题，题意不明是主要原因，以前也出这种情况，只能说读题时再仔细些。H题真心是个水题，物理知识然后查下积分表，推出计算式发现单增，只需再写个二分，不过这个题出的挺悲剧，当时也有点来气，把外部变量在main中重复写了一遍，导致长时间查错没查出来，二分也写挫了，以后还必须加强写二分，还有就是没准备好就着急上机写了，如果把整体先想好，就不会出现写到一半然后把变量定义成全局然后忘了删main中的变量这种失误，看来敲题前的准备也很重要，哪怕当时机子是空的，磨刀不误砍柴工。TLE了一次，应该是把精度调高了，二分超时...算是长经验了吧...</span></div><div><span style="font-family: 'Lucida Console'; ">E题在我看来是个鬼畜的数学，兔神给搞出来了，膜拜一下~2-SAT那题没搞出也很正常，因为我们三个都不会...只能说是算法盲区吧，还需要学习之。</span></div><div><span style="font-family: 'Lucida Console'; ">时间不多，还需继续努力，边训练边学一些新算法，起码要把算法盲区扫小一些，现在的策略是每个人学习的新算法尽量先不交叉，然后还要做些考思路的dp，图论和YY。</span></div></div><img src ="http://www.cppblog.com/Caesar11/aggbug/153374.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Caesar11/" target="_blank">Caesar11</a> 2011-08-14 23:04 <a href="http://www.cppblog.com/Caesar11/archive/2011/08/14/153374.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>