<?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=%EC%B5%9C%EB%8C%80%EA%B3%B5%EC%95%BD%EC%88%98%2F%EB%AC%B8%EB%B3%B4%EC%B0%BD</id>
	<title>최대공약수/문보창 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=%EC%B5%9C%EB%8C%80%EA%B3%B5%EC%95%BD%EC%88%98%2F%EB%AC%B8%EB%B3%B4%EC%B0%BD"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%EC%B5%9C%EB%8C%80%EA%B3%B5%EC%95%BD%EC%88%98/%EB%AC%B8%EB%B3%B4%EC%B0%BD&amp;action=history"/>
	<updated>2026-05-16T04:09:15Z</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=%EC%B5%9C%EB%8C%80%EA%B3%B5%EC%95%BD%EC%88%98/%EB%AC%B8%EB%B3%B4%EC%B0%BD&amp;diff=75828&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:31, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%EC%B5%9C%EB%8C%80%EA%B3%B5%EC%95%BD%EC%88%98/%EB%AC%B8%EB%B3%B4%EC%B0%BD&amp;diff=75828&amp;oldid=prev"/>
		<updated>2021-02-07T05:31:16Z</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;== 소감 ==&lt;br /&gt;
== 소스 ==&lt;br /&gt;
==== Gcd.java ====&lt;br /&gt;
 import java.util.Scanner;&lt;br /&gt;
 import java.math.BigInteger;&lt;br /&gt;
 &lt;br /&gt;
 public class Gcd &lt;br /&gt;
 {&lt;br /&gt;
 	public static void main(String[] args) &lt;br /&gt;
 	{&lt;br /&gt;
 		Scanner input = new Scanner(System.in);&lt;br /&gt;
 		BigInteger bigInteger1, bigInteger2, gcdNum;&lt;br /&gt;
 		bigInteger1 = input.nextBigInteger();&lt;br /&gt;
 		bigInteger2 = input.nextBigInteger();&lt;br /&gt;
 		gcdNum = bigInteger1.gcd(bigInteger2);&lt;br /&gt;
 		System.out.println(&amp;quot;The GCD of &amp;quot; + bigInteger1 + &amp;quot; and &amp;quot; + bigInteger2 + &amp;quot; is &amp;quot; + gcdNum);		&lt;br /&gt;
 	}&lt;br /&gt;
 }&lt;br /&gt;
== 나한테 할 말 ==&lt;br /&gt;
----&lt;br /&gt;
[[LittleAOI]] [[최대공약수]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>