<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="th">
	<id>http://158.108.32.49/wiki/index.php?action=history&amp;feed=atom&amp;title=Adt_lab%2Fstl</id>
	<title>Adt lab/stl - ประวัติรุ่นแก้ไข</title>
	<link rel="self" type="application/atom+xml" href="http://158.108.32.49/wiki/index.php?action=history&amp;feed=atom&amp;title=Adt_lab%2Fstl"/>
	<link rel="alternate" type="text/html" href="http://158.108.32.49/wiki/index.php?title=Adt_lab/stl&amp;action=history"/>
	<updated>2026-05-06T17:51:49Z</updated>
	<subtitle>ประวัติรุ่นแก้ไขของหน้านี้ในวิกิ</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>http://158.108.32.49/wiki/index.php?title=Adt_lab/stl&amp;diff=55967&amp;oldid=prev</id>
		<title>Jittat: หน้าที่ถูกสร้างด้วย &#039;== list practice == === sorted_insert ===  &lt;source lang=&quot;cpp&quot;&gt; #include &lt;list&gt; #include &lt;iostream&gt;  using namespace std;  void sorted_i...&#039;</title>
		<link rel="alternate" type="text/html" href="http://158.108.32.49/wiki/index.php?title=Adt_lab/stl&amp;diff=55967&amp;oldid=prev"/>
		<updated>2015-10-02T04:43:01Z</updated>

		<summary type="html">&lt;p&gt;หน้าที่ถูกสร้างด้วย &amp;#039;== list practice == === sorted_insert ===  &amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt; #include &amp;lt;list&amp;gt; #include &amp;lt;iostream&amp;gt;  using namespace std;  void sorted_i...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;หน้าใหม่&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== list practice ==&lt;br /&gt;
=== sorted_insert ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;list&amp;gt;&lt;br /&gt;
#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
&lt;br /&gt;
using namespace std;&lt;br /&gt;
&lt;br /&gt;
void sorted_insert(list&amp;lt;int&amp;gt;&amp;amp; list, int x)&lt;br /&gt;
{&lt;br /&gt;
  //... put your code here.&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
main()&lt;br /&gt;
{&lt;br /&gt;
  list&amp;lt;int&amp;gt; mylist;&lt;br /&gt;
&lt;br /&gt;
  sorted_insert(mylist,10);&lt;br /&gt;
  sorted_insert(mylist,1000);&lt;br /&gt;
  sorted_insert(mylist,100);&lt;br /&gt;
  sorted_insert(mylist,5);&lt;br /&gt;
  sorted_insert(mylist,200);&lt;br /&gt;
  sorted_insert(mylist,250);&lt;br /&gt;
  sorted_insert(mylist,10);&lt;br /&gt;
  &lt;br /&gt;
  list&amp;lt;int&amp;gt;::iterator li = mylist.begin();&lt;br /&gt;
  while(li != mylist.end()) {&lt;br /&gt;
    cout &amp;lt;&amp;lt; *li &amp;lt;&amp;lt; endl;&lt;br /&gt;
    ++li;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jittat</name></author>
		
	</entry>
</feed>