<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://www.gentoo-zh.org/extern.php?action=feed&amp;tid=107&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Gentoo中文社区 / 入门的阶乘算法]]></title>
		<link>https://www.gentoo-zh.org/viewtopic.php?id=107</link>
		<description><![CDATA[入门的阶乘算法 最近发表的帖子。]]></description>
		<lastBuildDate>Thu, 18 Aug 2022 12:40:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[入门的阶乘算法]]></title>
			<link>https://www.gentoo-zh.org/viewtopic.php?pid=113#p113</link>
			<description><![CDATA[<p>int b,d;<br />&#160; &#160; scanf(&quot;%d&quot;,&amp;b);<br />&#160; &#160; if(b&gt;=1 &amp;&amp; b&lt;=9)<br />&#160; &#160; &#160; &#160; {<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160;d=b;<br />&#160; &#160; &#160; &#160; }<br />&#160; &#160; &#160;while(d&gt;=1)<br />&#160; &#160; &#160; &#160; {<br />&#160; &#160; &#160; &#160; &#160; &#160; b=b*d;<br />&#160; &#160; &#160; &#160; &#160; &#160; d=d-1;<br />&#160; &#160; &#160; &#160; }<br />&#160; &#160; printf(&quot;%d&quot;,b);<br />&#160; &#160; system(&quot;pause&quot;);<br />&#160; &#160; return 0;</p>]]></description>
			<author><![CDATA[dummy@example.com (batsom)]]></author>
			<pubDate>Thu, 18 Aug 2022 12:40:27 +0000</pubDate>
			<guid>https://www.gentoo-zh.org/viewtopic.php?pid=113#p113</guid>
		</item>
	</channel>
</rss>
