<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=Counting%2F%ED%95%98%EA%B8%B0%EC%9B%85</id>
	<title>Counting/하기웅 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=Counting%2F%ED%95%98%EA%B8%B0%EC%9B%85"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=Counting/%ED%95%98%EA%B8%B0%EC%9B%85&amp;action=history"/>
	<updated>2026-05-15T00:13:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=Counting/%ED%95%98%EA%B8%B0%EC%9B%85&amp;diff=30846&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:23, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=Counting/%ED%95%98%EA%B8%B0%EC%9B%85&amp;diff=30846&amp;oldid=prev"/>
		<updated>2021-02-07T05:23:01Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; #include &amp;amp;lt;iostream&amp;amp;gt;&lt;br /&gt;
 #include &amp;quot;BigInteger.h&amp;quot;&lt;br /&gt;
 using BigMath::BigInteger;&lt;br /&gt;
 &lt;br /&gt;
 #define MAX_NUM 1000&lt;br /&gt;
 &lt;br /&gt;
 int i, j, k, input;&lt;br /&gt;
 BigInteger number[MAX_NUM+1];&lt;br /&gt;
 &lt;br /&gt;
 void init(int num)&lt;br /&gt;
 {&lt;br /&gt;
 	number[0]=1; &lt;br /&gt;
 	number[1]=2; &lt;br /&gt;
 	number[2]=5;&lt;br /&gt;
 	for(i=3; i&amp;amp;lt;num+1; i++)&lt;br /&gt;
 		number[i]=2*number[i-1]+number[i-2]+number[i-3];&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 int main()&lt;br /&gt;
 {&lt;br /&gt;
 	init(1000);&lt;br /&gt;
 	while(cin&amp;amp;gt;&amp;amp;gt;input)&lt;br /&gt;
 		cout&amp;amp;lt;&amp;amp;lt; number[input] &amp;amp;lt;&amp;amp;lt;endl;&lt;br /&gt;
 	return 0;&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>