<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>11H_OnTap by Võ Huy Bình</title>
      <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4</link>
      <description>Made with a warm hug</description>
      <language>en-us</language>
      <pubDate>2021-10-31 04:35:05 UTC</pubDate>
      <lastBuildDate>2026-03-05 18:47:22 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Bài NTTùng</title>
         <author></author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948325465</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int a[10],avg_even=0,avg_odd=0,i,even,odd;<br><br>int main(){<br>&nbsp; &nbsp; for(i = 0 ; i &lt; 10; i++){ cin&gt;&gt;a[i]; }<br>&nbsp; &nbsp; for(i = 0 ; i &lt; 10; i++){<br>&nbsp; &nbsp; &nbsp; &nbsp; if (i % 2 == 0 &amp;&amp; a[i] % 2 !=0) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; avg_even+=a[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; even++;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; &nbsp; &nbsp; else{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; avg_odd+=a[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; odd++;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; cout&lt;&lt;avg_even/even&lt;&lt;" "&lt;&lt;avg_odd/odd;<br>&nbsp; &nbsp; return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-12-15 01:06:49 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948325465</guid>
      </item>
      <item>
         <title>Bài-Đức Thắng 11H </title>
         <author>thangnguyenduc7204</author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948330054</link>
         <description><![CDATA[<div>##&nbsp; include &lt; stdio.h&gt;&nbsp;<br>??? &lt; iostream&gt;&nbsp;<br>using ??? std;<br>int mang??? ,dem,tong;<br>??? tb;<br>??? main 0&nbsp;<br>{<br>for ( int i= ??? ; i&lt;10 ; i++)<br>{<br>cout &lt;&lt; " Nhap phan tu thu" &lt;&lt;i&lt;&lt;":";<br>???&gt;&gt; mang[???];<br>}<br>dem=??? ;tong=0 ;<br>???( i=0;i&lt;10;i???)<br>{&nbsp;<br>if ????%2!=0 &amp;&amp; i???/2==0<br>dem=dem+1&nbsp;<br>tong=??? +mang [i];<br>}&nbsp;<br>???=tong/dem ;<br>cout&lt;&lt;'' Trung binh cong cac so le o vi tri chan='' &lt;&lt;tb;<br>return 0;<br>} <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-12-15 01:09:44 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948330054</guid>
      </item>
      <item>
         <title>09 - Đông</title>
         <author>duongquangdong1008</author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948334353</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;iostream&gt;<br>using namespace std;<br><br>int main()<br>{<br>&nbsp; &nbsp; int Mang[10], a=0, dem = 0 ;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; for (int i=1; i &lt;=10; i++){<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt;" Nhap vao phan tu thu " &lt;&lt; i &lt;&lt; ": ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cin &gt;&gt; Mang[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; for (int i=1; i &lt;=10; i++){<br>&nbsp; &nbsp; if ((Mang[i]%2 != 0)&amp;&amp;(i%2 == 0)){<br>&nbsp; &nbsp; &nbsp; &nbsp; a=a + Mang[i];&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; dem = dem + 1;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; float b = a / dem;<br>&nbsp; &nbsp; cout &lt;&lt; "Trung binh cong cac so co gia tri le o vi tri chan la " &lt;&lt; b;<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-12-15 01:12:35 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948334353</guid>
      </item>
      <item>
         <title>05.Nguyễn Quang Duy</title>
         <author>nguyenquangduy26705</author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948334821</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;iostream&gt;<br>using namespace std;<br><br>int main()<br>{<br>&nbsp; &nbsp; int nums[10],i,avg = 0,c = 0;<br>&nbsp; &nbsp; for(i = 0;i&lt;10;i++)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"Nhap so nguyen thu "&lt;&lt;i+1&lt;&lt;" : ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cin&gt;&gt;nums[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; for(i=0;i&lt;10;i+=2)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; if (nums[i]%2 != 0)<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; avg += nums[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c++;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; avg = avg / c;<br>&nbsp; &nbsp; cout&lt;&lt;"Trung binh cong cua cac so co gia tri le o vi tri chan : "&lt;&lt;avg;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-12-15 01:12:51 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948334821</guid>
      </item>
      <item>
         <title>Bài-Đức Thắng 11H </title>
         <author>thangnguyenduc7204</author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948337391</link>
         <description><![CDATA[<div>Cin&lt;&lt; int&nbsp;<br>using namespace std&nbsp;<br>int&nbsp;<br>out&lt;iostream&gt; </div>]]></description>
         <enclosure url="" />
         <pubDate>2021-12-15 01:14:34 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948337391</guid>
      </item>
      <item>
         <title>43. Bách Tùng</title>
         <author>oldupin1005</author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948337828</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1391138199/43dc7d7e899fea2c6398b36abb5bbb15/image.png" />
         <pubDate>2021-12-15 01:14:51 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948337828</guid>
      </item>
      <item>
         <title>13-minh hieu</title>
         <author></author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948364624</link>
         <description><![CDATA[<div>#include &lt;iostream&gt;<br>#include &lt;stdio.h&gt;<br>using namespace std;<br>int mang[10],i,tb;<br>int main()<br>{<br>&nbsp; &nbsp; cout &lt;&lt; "nhap 10 so nguyen" &lt;&lt; endl;<br>&nbsp; &nbsp; for (i=0;i&lt;10;i++)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; cin&gt;&gt; mang[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; int c=0,tong=0;<br>&nbsp; &nbsp; &nbsp;for (i=0;i&lt;10;i++)<br>&nbsp; &nbsp; &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if ((mang[i]%2!=0)&amp;&amp;(i%2==0))<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c=c+1;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tong=tong+mang[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; &nbsp;}<br><br>&nbsp; &nbsp; &nbsp;cout &lt;&lt; "tong cac so theo dieu kien de bai la= "&lt;&lt;tong&lt;&lt; endl;<br>&nbsp; &nbsp; &nbsp;cout &lt;&lt; "trong day gom "&lt;&lt;c&lt;&lt;" thoa yeu cau"&lt;&lt;endl;<br>&nbsp; &nbsp; &nbsp;tb=tong/c;<br>&nbsp; &nbsp; cout &lt;&lt; "tb= "&lt;&lt;tb&lt;&lt;endl;<br>&nbsp; &nbsp; return 0;<br><br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-12-15 01:32:26 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948364624</guid>
      </item>
      <item>
         <title>03-Lê Thị Hồng Ánh </title>
         <author></author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948365636</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1501221341/14ea68e73db438455c3e9c323234bd4f/D1D7B21D_70EB_4598_B41A_E01408A17B47.jpeg" />
         <pubDate>2021-12-15 01:33:05 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948365636</guid>
      </item>
      <item>
         <title>39. Hồ Đức Nhân Thiện</title>
         <author></author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948368378</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;iostream&gt;<br>using namespace std;<br><br>int main()<br>{<br>&nbsp; &nbsp; int nums[10],i,avg = 0,c = 0;<br>&nbsp; &nbsp; for(i = 0;i&lt;10;i++)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"Nhap so nguyen thu "&lt;&lt;i+1&lt;&lt;" : ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cin&gt;&gt;nums[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; for(i=0;i&lt;10;i+=2)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; if (nums[i]%2 != 0)<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; avg += nums[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c++;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; avg = avg / c;<br>&nbsp; &nbsp; cout&lt;&lt;"Trung binh cong cua cac so co gia tri le o vi tri chan : "&lt;&lt;avg;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-12-15 01:34:54 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948368378</guid>
      </item>
      <item>
         <title>b1-17.Nguyễn Văn Minh</title>
         <author></author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948372005</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1494144676/58987c45ccbca5d96b64335860895cf6/Screenshot__138_.png" />
         <pubDate>2021-12-15 01:37:11 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948372005</guid>
      </item>
      <item>
         <title>B1-16 Ngô Ngọc Phi Long </title>
         <author></author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948465448</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;&nbsp;<br>#include &lt;iostream&gt;&nbsp;<br>using namespace std;<br>int mang[10] ,dem=0,tong=0;<br>Float tb;<br>Int main 0 &nbsp;<br>{<br>for ( int i= 1 ; i&lt;10 ; i++)<br>{<br>cout &lt;&lt; " Nhap phan tu thu" &lt;&lt;i&lt;&lt;":";<br>cin&gt;&gt; mang[i];<br>}<br>dem=dem+1;tong=0 ;<br>for( i=0;i&lt;10;i++)<br>{&nbsp;<br>if(mang[i]%2!=0 &amp;&amp; i%/2==0)<br>dem=dem+1;<br>tong=tong +mang [i];<br>}&nbsp;<br>float b=tong/dem ;<br>cout&lt;&lt;'' Trung binh cong cac so le o vi tri chan='' &lt;&lt;tb;<br>return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-12-15 02:36:16 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1948465448</guid>
      </item>
      <item>
         <title>25.Phạm Lê Thảo Nhi</title>
         <author>ivypham1202</author>
         <link>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1949302984</link>
         <description><![CDATA[<div>Bài 1</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1397481828/8f9cada70d89494b928949b8e702dd64/image.png" />
         <pubDate>2021-12-15 12:56:46 UTC</pubDate>
         <guid>https://padlet.com/vohuybinhdvd/9djo2c3520noxms4/wish/1949302984</guid>
      </item>
   </channel>
</rss>
