<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: C语言趣味题目</title>
	<link>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html</link>
	<description>坚持、超越、尊重、分享 - from Beijing2008</description>
	<pubDate>Wed, 07 Jan 2009 02:48:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: zhongshu</title>
		<link>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-384</link>
		<dc:creator>zhongshu</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:15:45 +0000</pubDate>
		<guid>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-384</guid>
		<description>呵呵，是起的有点早，已经接近答案了。</description>
		<content:encoded><![CDATA[<p>呵呵，是起的有点早，已经接近答案了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dig</title>
		<link>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-382</link>
		<dc:creator>Dig</dc:creator>
		<pubDate>Wed, 22 Oct 2008 01:26:05 +0000</pubDate>
		<guid>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-382</guid>
		<description>试着编译了一下第一题，果然报错了，a++++这里错了，错误信息报告没有左值可以操作？？
问题应该出现在第二个++上吧?

顺便说一下，博主起的真早啊，或者睡的很晚</description>
		<content:encoded><![CDATA[<p>试着编译了一下第一题，果然报错了，a++++这里错了，错误信息报告没有左值可以操作？？<br />
问题应该出现在第二个++上吧?</p>
<p>顺便说一下，博主起的真早啊，或者睡的很晚</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zhongshu</title>
		<link>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-381</link>
		<dc:creator>zhongshu</dc:creator>
		<pubDate>Tue, 21 Oct 2008 22:19:49 +0000</pubDate>
		<guid>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-381</guid>
		<description>有优解，想知道答案的话给我发邮件好了，我不能在这里放答案。</description>
		<content:encoded><![CDATA[<p>有优解，想知道答案的话给我发邮件好了，我不能在这里放答案。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dig</title>
		<link>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-380</link>
		<dc:creator>Dig</dc:creator>
		<pubDate>Tue, 21 Oct 2008 14:51:23 +0000</pubDate>
		<guid>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-380</guid>
		<description>是，考虑欠缺了。中间开始有环的,最死的遍历能解决，不知道有没有优解</description>
		<content:encoded><![CDATA[<p>是，考虑欠缺了。中间开始有环的,最死的遍历能解决，不知道有没有优解</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zhongshu</title>
		<link>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-379</link>
		<dc:creator>zhongshu</dc:creator>
		<pubDate>Tue, 21 Oct 2008 14:31:56 +0000</pubDate>
		<guid>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-379</guid>
		<description>Dig同学，第1，2，4道做错了， 第一道题实际上很有难度。 第二道估计你应该做对了，但有笔误，第四道题，你只考虑了头尾相连的成环的情况，还有一种情况是从中间某个地方开始成环你没有考虑。</description>
		<content:encoded><![CDATA[<p>Dig同学，第1，2，4道做错了， 第一道题实际上很有难度。 第二道估计你应该做对了，但有笔误，第四道题，你只考虑了头尾相连的成环的情况，还有一种情况是从中间某个地方开始成环你没有考虑。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dig</title>
		<link>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-378</link>
		<dc:creator>Dig</dc:creator>
		<pubDate>Tue, 21 Oct 2008 13:18:06 +0000</pubDate>
		<guid>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-378</guid>
		<description>1.
合法，++ 是单目运算符；

2.
#define SWAP(a,b) \
(a) = (a) + (b); \
(b) = (a) - (b); \
(b) = (a) - (b);

3.
void main()
{
 if (printf("Hello, World\n")) {}
}

4.
Node *p = first;
Node *q = first;
while(q) {
 if ( p == q ) break;
 q = q-&#62;next;
}</description>
		<content:encoded><![CDATA[<p>1.<br />
合法，++ 是单目运算符；</p>
<p>2.<br />
#define SWAP(a,b) \<br />
(a) = (a) + (b); \<br />
(b) = (a) - (b); \<br />
(b) = (a) - (b);</p>
<p>3.<br />
void main()<br />
{<br />
 if (printf("Hello, World\n")) {}<br />
}</p>
<p>4.<br />
Node *p = first;<br />
Node *q = first;<br />
while(q) {<br />
 if ( p == q ) break;<br />
 q = q-&gt;next;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rockywjj</title>
		<link>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-344</link>
		<dc:creator>rockywjj</dc:creator>
		<pubDate>Thu, 09 Oct 2008 12:30:47 +0000</pubDate>
		<guid>http://www.liuzhongshu.com/code/c%e8%af%ad%e8%a8%80%e8%b6%a3%e5%91%b3%e9%a2%98%e7%9b%ae.html#comment-344</guid>
		<description>I was glad to talk with you in the lunch time, really.
You should hava a good impress about my road.
I thirst for you joining us, anytime. My email is rockywjj@gmail.com
God will give you a hand in your road of pursuing that pretty girl </description>
		<content:encoded><![CDATA[<p>I was glad to talk with you in the lunch time, really.<br />
You should hava a good impress about my road.<br />
I thirst for you joining us, anytime. My email is <a href="mailto:rockywjj@gmail.com">rockywjj@gmail.com</a><br />
God will give you a hand in your road of pursuing that pretty girl </p>
]]></content:encoded>
	</item>
</channel>
</rss>
