<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>R basic by surasak kao-iean</title>
      <link>https://padlet.com/ieankung1/r</link>
      <description>basic</description>
      <language>en-us</language>
      <pubDate>2018-07-07 03:17:38 UTC</pubDate>
      <lastBuildDate>2025-11-03 13:59:44 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Soccerball.png</url>
      </image>
      <item>
         <title>team</title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269597512</link>
         <description><![CDATA[<div>cost=((4*1190)+(350)+(2*859)+(2*1299)+(2*250))<br>cat("total cost=", cost)<br>uncle=(2*1190)+350+(2*1299)    <br>cat("uncle=",uncle)<br>pan=859+250<br>cat("pan=",pan)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:24:09 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269597512</guid>
      </item>
      <item>
         <title>&gt; a b bb (4*a)+(2*b)+(2*bb)+350+500[1] 9926&gt; (2*a)+350+(2*bb)+500[1] 5828&gt; a+b+250[1] 2299&gt; cat(&quot;Total fare is =&quot;, (4*a)+(2*b)+(2*bb)+350+500)Total fare is = 9926&gt; cat(&quot;Total fare for uncle and aunt =&quot;, (2*a)+350+(2*bb)+500)Total fare for uncle and aunt = 5828&gt; cat(&quot;Total fare for Parn = a+b+250&quot;)Total fare for Parn = a+b+250</title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269597599</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:27:14 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269597599</guid>
      </item>
      <item>
         <title>Mae</title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269597656</link>
         <description><![CDATA[<div>a= (1190 * 4)+ 350 + (859 * 2) + (250 * 2) + (1299*2)<br>a<br>cat ("total fare is = ",a)<br><br>b= (1190*2)+ (129 * 2)+ 350<br>b<br>cat ("uncle pay = ",b)<br><br>c= (859) + (250)<br>c<br>cat ("Phan pay = ",c))</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:28:15 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269597656</guid>
      </item>
      <item>
         <title>Rom</title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269598127</link>
         <description><![CDATA[<div>a&lt;-1190<br>b&lt;-859<br>bb&lt;-1299<br>(4*a)+(2*b)+(2*bb)+350+500<br>9926<br>(2*a)+350+(2*bb)+500<br><br> a+b+250<br>cat("Total fare is =", (4*a)+(2*b)+(2*bb)+350+500)<br>cat("Total fare for uncle and aunt =", (2*a)+350+(2*bb)+500)<br>cat("Total fare for Parn =", b +250)<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:39:53 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269598127</guid>
      </item>
      <item>
         <title>Rom(edited</title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269598219</link>
         <description><![CDATA[<div>a&lt;-1190<br>b&lt;-859<br>bb&lt;-1299<br>cat("Total fare is =", (4*a)+(2*b)+(2*bb)+350+500)<br>cat("Total fare for uncle and aunt =", (2*a)+350+(2*bb)+500)<br>cat("Total fare for Parn =", b +250)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:42:29 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269598219</guid>
      </item>
      <item>
         <title>May</title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269598719</link>
         <description><![CDATA[<div>sum(1190*4)-&gt;go<br>sum(859*2)-&gt;panmomb<br>sum(1299*2)-&gt;unauntb<br>sum(250*2)-&gt;meals<br>sum(350)-&gt;luggage<br>cat("total cost=",go+panmomb+unauntb+meals+luggage)<br>sum((go/2)+unauntb+luggage)-&gt;unclepaid<br>cat("uncle paid=",unclepaid)<br>cat("pan paid=",sum(859+250))</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:57:11 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269598719</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269598720</link>
         <description><![CDATA[a= (1190 * 4)+ 350 + (859 * 2) + (250 * 2) + (1299*2)
a
cat ("total fare is = ",a)

b= (1190*2)+ (129 * 2)+ 350
b
cat ("uncle pay = ",b)

c= (859) + (250)
c
cat ("Phan pay = ",c)]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:57:16 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269598720</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269598721</link>
         <description><![CDATA[a= (1190 * 4)+ 350 + (859 * 2) + (250 * 2) + (1299*2)
a
cat ("total fare is = ",a)

b= (1190*2)+ (129 * 2)+ 350
b
cat ("uncle pay = ",b)

c= (859) + (250)
c
cat ("Phan pay = ",c)]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:57:16 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269598721</guid>
      </item>
      <item>
         <title>M</title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269598828</link>
         <description><![CDATA[<div>a&lt;-(1190+859+250)<br>b&lt;-(1190+859+250)<br>c&lt;-(1190+1299+350)<br>d&lt;-(1190+1299)<br>e&lt;-a+b+c+d<br><br>cat("Total fare&nbsp; =",e)<br>cat("Uncle cost =",c+d)<br>cat("Pan cost =", a-1190)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-07-07 03:59:49 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269598828</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ieankung1/r/wish/269645985</link>
         <description><![CDATA[<div>เข้าไลน์กลุ่มได้จาก qr code นี้ได้เลยครับ</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/242052838/396221e6762b6d21060d431d114a49c5/11642930_795F_490A_87E1_74A510255760.jpeg" />
         <pubDate>2018-07-08 07:46:55 UTC</pubDate>
         <guid>https://padlet.com/ieankung1/r/wish/269645985</guid>
      </item>
   </channel>
</rss>
