﻿<?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>BlogJava-[NKU]sweet ＠ ICPC || TopCoder ||Other-最新评论</title><link>http://www.blogjava.net/sweetsc/CommentsRSS.aspx</link><description>执念，自从2004</description><language>zh-cn</language><pubDate>Thu, 05 Jul 2012 05:42:50 GMT</pubDate><lastBuildDate>Thu, 05 Jul 2012 05:42:50 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 编译原理入门以及战大作业心得（1）</title><link>http://www.blogjava.net/sweetsc/archive/2012/01/23/368587.html#368848</link><dc:creator>orange</dc:creator><author>orange</author><pubDate>Mon, 23 Jan 2012 13:35:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2012/01/23/368587.html#368848</guid><description><![CDATA[很期待四元式生成代码<img src ="http://www.blogjava.net/sweetsc/aggbug/368848.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">orange</a> 2012-01-23 21:35 <a href="http://www.blogjava.net/sweetsc/archive/2012/01/23/368587.html#368848#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 贴个裸模板……求引玉……</title><link>http://www.blogjava.net/sweetsc/archive/2011/10/05/344972.html#360034</link><dc:creator>Caiych</dc:creator><author>Caiych</author><pubDate>Wed, 05 Oct 2011 09:15:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/10/05/344972.html#360034</guid><description><![CDATA[@sweet<br>可能是。。。总之是被坑了。。。<img src ="http://www.blogjava.net/sweetsc/aggbug/360034.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">Caiych</a> 2011-10-05 17:15 <a href="http://www.blogjava.net/sweetsc/archive/2011/10/05/344972.html#360034#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 贴个裸模板……求引玉……[未登录]</title><link>http://www.blogjava.net/sweetsc/archive/2011/10/04/344972.html#359995</link><dc:creator>sweet</dc:creator><author>sweet</author><pubDate>Tue, 04 Oct 2011 04:44:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/10/04/344972.html#359995</guid><description><![CDATA[@Caiych<br>=_= 数据有空行？……<img src ="http://www.blogjava.net/sweetsc/aggbug/359995.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">sweet</a> 2011-10-04 12:44 <a href="http://www.blogjava.net/sweetsc/archive/2011/10/04/344972.html#359995#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 贴个裸模板……求引玉……</title><link>http://www.blogjava.net/sweetsc/archive/2011/10/04/344972.html#359988</link><dc:creator>Caiych</dc:creator><author>Caiych</author><pubDate>Tue, 04 Oct 2011 00:56:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/10/04/344972.html#359988</guid><description><![CDATA[- -第27行换成 while比较好吧。。。被你这模板坑了一次。。。<img src ="http://www.blogjava.net/sweetsc/aggbug/359988.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">Caiych</a> 2011-10-04 08:56 <a href="http://www.blogjava.net/sweetsc/archive/2011/10/04/344972.html#359988#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 2011ACM北京网络预选赛G Panda (BUPT 217)</title><link>http://www.blogjava.net/sweetsc/archive/2011/09/21/358921.html#359159</link><dc:creator>游客</dc:creator><author>游客</author><pubDate>Wed, 21 Sep 2011 07:17:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/09/21/358921.html#359159</guid><description><![CDATA[query的时候。<br>为什么要 if( r - l  &lt; 2 ) cout &lt;&lt; &quot;0&quot; &lt;&lt; endl;<br>           else cout &lt;&lt; sum(r-1) - sum(l) &lt;&lt; endl;<br>我知道r-l 如果小于2的话肯定是0 ，但是else里面sum（）可以正确求出这样的答案啊。。。。<br>我不加if 就WA,加了才对。<br>能不能举出例子为什么必须加if啊<img src ="http://www.blogjava.net/sweetsc/aggbug/359159.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">游客</a> 2011-09-21 15:17 <a href="http://www.blogjava.net/sweetsc/archive/2011/09/21/358921.html#359159#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 2011ACM北京网络预选赛G Panda (BUPT 217)</title><link>http://www.blogjava.net/sweetsc/archive/2011/09/19/358921.html#358982</link><dc:creator>[NKU]sweet</dc:creator><author>[NKU]sweet</author><pubDate>Mon, 19 Sep 2011 04:51:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/09/19/358921.html#358982</guid><description><![CDATA[@forget~<br>树状数组……<img src ="http://www.blogjava.net/sweetsc/aggbug/358982.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">[NKU]sweet</a> 2011-09-19 12:51 <a href="http://www.blogjava.net/sweetsc/archive/2011/09/19/358921.html#358982#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 2011ACM北京网络预选赛G Panda (BUPT 217)</title><link>http://www.blogjava.net/sweetsc/archive/2011/09/19/358921.html#358961</link><dc:creator>forget~</dc:creator><author>forget~</author><pubDate>Mon, 19 Sep 2011 02:44:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/09/19/358921.html#358961</guid><description><![CDATA[这个是属于线段树里的吗？<img src ="http://www.blogjava.net/sweetsc/aggbug/358961.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">forget~</a> 2011-09-19 10:44 <a href="http://www.blogjava.net/sweetsc/archive/2011/09/19/358921.html#358961#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 2011ACM北京网络预选赛 F Machine scheduling (BUPT 216)</title><link>http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358953</link><dc:creator>[NKU]sweet</dc:creator><author>[NKU]sweet</author><pubDate>Mon, 19 Sep 2011 01:58:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358953</guid><description><![CDATA[@sxj_program<br>难道司君是无名英雄？……<img src ="http://www.blogjava.net/sweetsc/aggbug/358953.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">[NKU]sweet</a> 2011-09-19 09:58 <a href="http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358953#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 2011ACM北京网络预选赛 F Machine scheduling (BUPT 216)</title><link>http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358950</link><dc:creator>sxj_program</dc:creator><author>sxj_program</author><pubDate>Mon, 19 Sep 2011 00:58:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358950</guid><description><![CDATA[Oops, What a pity! <br>So tired yesterday that do not read this problem, We could have solved it much earlier ==!<img src ="http://www.blogjava.net/sweetsc/aggbug/358950.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">sxj_program</a> 2011-09-19 08:58 <a href="http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358950#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 2011ACM北京网络预选赛 F Machine scheduling (BUPT 216)</title><link>http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358947</link><dc:creator>tb</dc:creator><author>tb</author><pubDate>Mon, 19 Sep 2011 00:53:00 GMT</pubDate><guid>http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358947</guid><description><![CDATA[恩  不错啊 <img src ="http://www.blogjava.net/sweetsc/aggbug/358947.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/sweetsc/" target="_blank">tb</a> 2011-09-19 08:53 <a href="http://www.blogjava.net/sweetsc/archive/2011/09/19/358932.html#358947#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>