<?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=ThePriestMathematician%2F%ED%95%98%EA%B8%B0%EC%9B%85</id>
	<title>ThePriestMathematician/하기웅 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=ThePriestMathematician%2F%ED%95%98%EA%B8%B0%EC%9B%85"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=ThePriestMathematician/%ED%95%98%EA%B8%B0%EC%9B%85&amp;action=history"/>
	<updated>2026-05-15T12:19:44Z</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=ThePriestMathematician/%ED%95%98%EA%B8%B0%EC%9B%85&amp;diff=39655&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:28, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=ThePriestMathematician/%ED%95%98%EA%B8%B0%EC%9B%85&amp;diff=39655&amp;oldid=prev"/>
		<updated>2021-02-07T05:28:13Z</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;amp;lt;limits.h&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_DISK 10000&lt;br /&gt;
 &lt;br /&gt;
 BigInteger fourPin[MAX_DISK+1];&lt;br /&gt;
 int i, k, number, counting, exponent;&lt;br /&gt;
 BigInteger bi = 2;&lt;br /&gt;
 &lt;br /&gt;
 void hanoiInit()&lt;br /&gt;
 {&lt;br /&gt;
 	counting = 1;&lt;br /&gt;
 	exponent = 0;&lt;br /&gt;
 	while(counting&amp;amp;lt;=MAX_DISK)&lt;br /&gt;
 	{&lt;br /&gt;
 		for(k=counting; k&amp;amp;lt;=counting+exponent &amp;amp;amp;&amp;amp;amp; k&amp;amp;lt;=MAX_DISK; k++)&lt;br /&gt;
 			fourPin[k] = fourPin[k-1] + bi.Power(exponent);&lt;br /&gt;
 		counting = k;&lt;br /&gt;
 		exponent++;&lt;br /&gt;
 	}&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 int main()&lt;br /&gt;
 {&lt;br /&gt;
 	hanoiInit();&lt;br /&gt;
 	while(cin&amp;amp;gt;&amp;amp;gt;number)&lt;br /&gt;
 		cout&amp;amp;lt;&amp;amp;lt;fourPin[number]&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>