<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Lập trình cơ bản c++ by Đình Khương Nguyễn</title>
      <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen</link>
      <description>Trang gửi bài làm hs</description>
      <language>en-us</language>
      <pubDate>2021-11-21 06:59:03 UTC</pubDate>
      <lastBuildDate>2023-04-23 13:46:56 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/270d.png</url>
      </image>
      <item>
         <title>hoàng công danh</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564587983</link>
         <description><![CDATA[<div>bai1<br>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n,a[100],k,s;<br>	cin&gt;&gt;n&gt;&gt;k;<br>	for (int i=1; i&lt;=n; i++)<br>	{<br>		cout&lt;&lt;"a["&lt;&lt;i&lt;&lt;"]=";<br>		cin&gt;&gt;a[i];<br>	}<br>	for(int i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp;if(a[i]%k==0) s+=a[i];<br>&nbsp; &nbsp; &nbsp;cout&lt;&lt;"tong cac boi cua k : "&lt;&lt;s&lt;&lt;endl;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 12:35:22 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564587983</guid>
      </item>
      <item>
         <title>Luong Thi Thu Van</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564588044</link>
         <description><![CDATA[<div>#include &lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>&nbsp; &nbsp; int n,i,k,a[100],s=0;<br>&nbsp; &nbsp; cout&lt;&lt;"n la: ";<br>&nbsp; &nbsp; cin&gt;&gt;n;<br>&nbsp; &nbsp; cout&lt;&lt;"so nguyen duong k la: ";<br>&nbsp; &nbsp; cin&gt;&gt;k;<br>&nbsp; &nbsp; for (i=1;i&lt;=n;i++) {<br>&nbsp; &nbsp; &nbsp; &nbsp;cout&lt;&lt;"a[ "&lt;&lt;i&lt;&lt;" ] = ";<br>&nbsp; &nbsp; cin&gt;&gt;a[i];}<br>&nbsp; &nbsp; for (i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;a[i]&lt;&lt;" ";<br>&nbsp; &nbsp; for (i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; if (a[i]%k==0) s=s+a[i];<br>&nbsp; &nbsp; cout&lt;&lt;"tong = "&lt;&lt;s;<br>&nbsp; &nbsp; return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 12:35:34 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564588044</guid>
      </item>
      <item>
         <title>Thế Anh</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564590936</link>
         <description><![CDATA[<div>bai1<br>#include &lt;iostream&gt;<br><br>using namespace std;<br><br>int main()<br>{<br>&nbsp; &nbsp; int n,a[100],i,S,k;<br>&nbsp; &nbsp; cin&gt;&gt;n;<br>&nbsp; &nbsp; cin&gt;&gt;k;<br>&nbsp; &nbsp; for(int i=1;i&lt;=n;i++) {<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"a["&lt;&lt;i&lt;&lt;"]=";<br>&nbsp; &nbsp; &nbsp; &nbsp; cin&gt;&gt;a[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; for(int i=1;i&lt;=n;i++) <br>&nbsp; &nbsp; &nbsp; &nbsp; if(a[i]%k==0) S=S+a[i];<br>&nbsp; &nbsp; cout&lt;&lt;"tong cac phan tu nhan k lam uoc so la:"&lt;&lt;S&lt;&lt;endl;<br>&nbsp; &nbsp; return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 12:42:18 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564590936</guid>
      </item>
      <item>
         <title>vân khánh</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564593777</link>
         <description><![CDATA[<div>#include &lt;iostream&gt;<br><br>using namespace std;<br><br>int main()<br>{<br>&nbsp; &nbsp; int n; cin&gt;&gt;n;<br>&nbsp; &nbsp; int k; cin&gt;&gt;k;<br>&nbsp; &nbsp; int a[n];<br>&nbsp; &nbsp; for (int i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"[a"&lt;&lt;i&lt;&lt;"]="; cin&gt;&gt;a[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; int s=0;<br>&nbsp; &nbsp; for (int i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; if (a[i]%k==0) s=s+a[i];<br>&nbsp; &nbsp; cout&lt;&lt;"Tong cac boi cua k la:&lt;&lt;s&lt;&lt;endl;<br>&nbsp; &nbsp; return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 12:48:00 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564593777</guid>
      </item>
      <item>
         <title>công danh (bài 2)</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564596936</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n,a[100],maxso,chiso=0,max;<br>	cin&gt;&gt;n;<br>	for (int i=1; i&lt;=n; i++)<br>	{<br>		cout&lt;&lt;"a["&lt;&lt;i&lt;&lt;"]=";<br>		cin&gt;&gt;a[i];<br>	}<br>	maxso=a[1];<br>&nbsp; &nbsp; for(int i=2;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp; if(max&lt; a[i])&nbsp; &nbsp; max=a[i];<br>	&nbsp; cout&lt;&lt;"phan tu lon nhat: "&lt;&lt;max&lt;&lt;endl;<br><br>	maxso=a[1]; chiso=1;<br>&nbsp; &nbsp; for(int i=2;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; if(maxso&lt;a[i])<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; maxso=a[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; chiso=i;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; cout&lt;&lt;"chi so lon nhat: "&lt;&lt;chiso;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 12:54:07 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564596936</guid>
      </item>
      <item>
         <title>Thế Anh</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564601752</link>
         <description><![CDATA[<div>bai2<br>#include &lt;iostream&gt;<br><br>using namespace std;<br><br>int main()<br>{<br>&nbsp; &nbsp; int n,a[100],i,chiso,maxso;<br>&nbsp; &nbsp; cin&gt;&gt;n;<br>&nbsp; &nbsp; for(int i=0;i&lt;n;i++) {<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"a["&lt;&lt;i&lt;&lt;"]=";<br>&nbsp; &nbsp; &nbsp; &nbsp; cin&gt;&gt;a[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; maxso=a[0];<br>&nbsp; &nbsp; &nbsp;for(i=1;i&lt;n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; if(maxso&lt;a[i])<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; maxso=a[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; chiso=i;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"chi so cua phan tu co gia tri lon nhat la:"&lt;&lt;chiso&lt;&lt;endl;<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"phan tu co gia tri lon nhat la:"&lt;&lt;maxso;<br>&nbsp; &nbsp; return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 13:05:54 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564601752</guid>
      </item>
      <item>
         <title>Thu Vân(bài 2)</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564606350</link>
         <description><![CDATA[<div>#include &lt;bits/stdc++.h&gt;<br><br>using namespace std;<br><br>int main()<br>{<br>&nbsp; &nbsp; int n,i,a[100],maxso=a[1],chiso=0,minso=a[1];<br>&nbsp; &nbsp; cin&gt;&gt;n;<br>&nbsp; &nbsp; for (i=1;i&lt;=n;i++) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"a [ "&lt;&lt;i&lt;&lt;" ] = ";<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cin&gt;&gt;a[i]; }<br>&nbsp; &nbsp; for (i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;a[i]&lt;&lt;" ";<br>&nbsp; &nbsp; for (i=2;i&lt;=n;i++)<br>&nbsp; &nbsp; if (a[i]&gt;maxso) {maxso=a[i]; chiso=i;}<br>&nbsp; &nbsp; cout&lt;&lt;"chi so phan tu lon nhat la: "&lt;&lt;chiso&lt;&lt;endl;<br>&nbsp; &nbsp; cout&lt;&lt;"gia tri cua phan tu lon nhat la: "&lt;&lt;maxso&lt;&lt;endl;<br>&nbsp; &nbsp; return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 13:16:12 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564606350</guid>
      </item>
      <item>
         <title>nhu quynh</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564606903</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>&nbsp; &nbsp; int n,maxso,i,chiso;<br>&nbsp; &nbsp; int a[200];<br>&nbsp; &nbsp; cin&gt;&gt;n;<br>&nbsp; &nbsp; for(i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"a["&lt;&lt;i&lt;&lt;"]= ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cin&gt;&gt;a[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; for(i=1;i&lt;=n;i++)&nbsp; cout&lt;&lt;a[i]&lt;&lt;" ";<br>&nbsp; &nbsp; maxso=a[1];<br>&nbsp; &nbsp; for(i=2;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp;if(maxso&lt;a[i]) maxso=a[i];<br>&nbsp; &nbsp; cout&lt;&lt;"phan tu lon nhat: "&lt;&lt;maxso&lt;&lt;endl;<br>&nbsp; &nbsp; maxso=a[1]; chiso=1;<br>&nbsp; &nbsp; for(i=2;i&lt;=n;i++)<br>&nbsp; &nbsp; if(maxso&lt;a[i])<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; maxso=a[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; chiso=i;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; cout&lt;&lt;"chi so cua phan tu lon nhat: "&lt;&lt;chiso;<br>}<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2023-04-23 13:17:17 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/taphuandayhoctructuyen/wish/2564606903</guid>
      </item>
   </channel>
</rss>
