<?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%9D%B4%ED%83%9C%EA%B7%A0%2FLittleAOI%2F%EC%A3%BC%EB%AF%BC%EB%93%B1%EB%A1%9D%EB%B2%88%ED%98%B8%ED%99%95%EC%9D%B8%ED%95%98%EA%B8%B0</id>
	<title>이태균/LittleAOI/주민등록번호확인하기 - 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%9D%B4%ED%83%9C%EA%B7%A0%2FLittleAOI%2F%EC%A3%BC%EB%AF%BC%EB%93%B1%EB%A1%9D%EB%B2%88%ED%98%B8%ED%99%95%EC%9D%B8%ED%95%98%EA%B8%B0"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%EC%9D%B4%ED%83%9C%EA%B7%A0/LittleAOI/%EC%A3%BC%EB%AF%BC%EB%93%B1%EB%A1%9D%EB%B2%88%ED%98%B8%ED%99%95%EC%9D%B8%ED%95%98%EA%B8%B0&amp;action=history"/>
	<updated>2026-05-15T19:36:42Z</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%9D%B4%ED%83%9C%EA%B7%A0/LittleAOI/%EC%A3%BC%EB%AF%BC%EB%93%B1%EB%A1%9D%EB%B2%88%ED%98%B8%ED%99%95%EC%9D%B8%ED%95%98%EA%B8%B0&amp;diff=67052&amp;oldid=prev</id>
		<title>imported&gt;puffnltk: {CREATE}</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%EC%9D%B4%ED%83%9C%EA%B7%A0/LittleAOI/%EC%A3%BC%EB%AF%BC%EB%93%B1%EB%A1%9D%EB%B2%88%ED%98%B8%ED%99%95%EC%9D%B8%ED%95%98%EA%B8%B0&amp;diff=67052&amp;oldid=prev"/>
		<updated>2018-07-29T04:55:35Z</updated>

		<summary type="html">&lt;p&gt;{CREATE}&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;
&lt;br /&gt;
=== 코  드 ===&lt;br /&gt;
 package main&lt;br /&gt;
 &lt;br /&gt;
 import (&lt;br /&gt;
 	&amp;quot;fmt&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 )&lt;br /&gt;
 &lt;br /&gt;
 func main(){&lt;br /&gt;
 &lt;br /&gt;
 	var ssn2 string&lt;br /&gt;
 	var remainder int&lt;br /&gt;
 	sumtemp := 0&lt;br /&gt;
 	fmt.Scanf(&amp;quot;%s&amp;quot;,&amp;amp;amp;ssn2)&lt;br /&gt;
 	ssn :=[]rune(ssn2)&lt;br /&gt;
 &lt;br /&gt;
 	for i:=0;i&amp;amp;lt;8;i++{&lt;br /&gt;
 		sumtemp += (int(ssn[i])- &amp;#039;0&amp;#039;)*(i+2)&lt;br /&gt;
 &lt;br /&gt;
 	}&lt;br /&gt;
 	for i:=8;i&amp;amp;lt;12;i++{&lt;br /&gt;
 		sumtemp += (int(ssn[i])- &amp;#039;0&amp;#039;)*(i-6)&lt;br /&gt;
 	}&lt;br /&gt;
 	remainder = sumtemp%11&lt;br /&gt;
 	remainder = 11-remainder&lt;br /&gt;
 	if remainder==10 {&lt;br /&gt;
 		remainder = 0&lt;br /&gt;
 	}&lt;br /&gt;
 	if remainder == (int(ssn[12])- &amp;#039;0&amp;#039;) {&lt;br /&gt;
 		fmt.Println(&amp;quot;대한민국 국민이네요~ ^^ 안녕하세요&amp;quot;)&lt;br /&gt;
 	}else {&lt;br /&gt;
 		fmt.Println(&amp;quot;혹시 간첩???? -_-;; &amp;quot;)&lt;br /&gt;
 	}&lt;br /&gt;
 }&lt;br /&gt;
----&lt;br /&gt;
[[LittleAOI]]  [[이태균/LittleAOI]] [[주민등록번호확인하기]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;puffnltk</name></author>
	</entry>
</feed>