<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Cấu trúc lặp by Đình Khương Nguyễn</title>
      <link>https://padlet.com/khuongtinnct/Bookmarks</link>
      <description>Kỹ thuật lập trình C++</description>
      <language>en-us</language>
      <pubDate>2021-09-27 04:32:18 UTC</pubDate>
      <lastBuildDate>2022-11-20 17:18:47 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Huy  SLN</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177593123</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n;<br>	cin&gt;&gt;n;<br>	float a[n];<br>	for(int i = 1; i &lt;= n; i++) cin &gt;&gt; a[i];<br>	int maxx = a[1], csmax =1;<br>	for(int i = 2; i &lt;= n; i++)<br>	if(a[i] &gt; maxx)<br>	{<br>		maxx = a[i];<br>		csmax = i;<br>	}	<br>	cout &lt;&lt;" Max = "&lt;&lt;maxx&lt;&lt;"; STT: "&lt;&lt;csmax;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:25:06 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177593123</guid>
      </item>
      <item>
         <title>hiếu đăk mil(bài 1</title>
         <author>tronghieua2nct</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177601066</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n,maxx,csmax=1;<br>	float a[100];<br>	cout&lt;&lt;"nhap n:";<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>&nbsp; &nbsp; maxx=a[1];<br>	for(int i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; if(maxx&lt;a[i])<br>&nbsp; &nbsp; {	<br>	&nbsp; &nbsp; maxx=a[i];csmax=1;<br>&nbsp; &nbsp; 	csmax=i;<br>	}<br>	cout&lt;&lt;"phan tu lon nhat la : "&lt;&lt;maxx&lt;&lt;endl;<br>	cout&lt;&lt;"chi so mang la : "&lt;&lt;csmax;<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:29:33 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177601066</guid>
      </item>
      <item>
         <title>Hiếu đăk mil(bài 2</title>
         <author>tronghieua2nct</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177633650</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n,minn,csmin=1;<br>	float a[100];<br>	cout&lt;&lt;"nhap n:";<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>&nbsp; &nbsp; minn=a[1];<br>	for(int i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; if(minn&gt;a[i])<br>&nbsp; &nbsp; {	<br>	&nbsp; &nbsp; minn=a[i];<br>&nbsp; &nbsp; 	csmin=i;<br>	}<br>	cout&lt;&lt;"phan tu be nhat la : "&lt;&lt;minn&lt;&lt;endl;<br>	cout&lt;&lt;"chi so mang la : "&lt;&lt;csmin;<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:47:05 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177633650</guid>
      </item>
      <item>
         <title>(*￣3￣)╭Bài 1</title>
         <author>trinhvubinhnguyen7</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177634980</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int n,maxx,csmax=1;<br>float a[100];<br>int main()<br>{<br>cout&lt;&lt;"nhap n:";<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>&nbsp; &nbsp; maxx=a[1];<br>for(int i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; if(maxx&lt;a[i])<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; maxx=a[i];csmax=1;<br>&nbsp; &nbsp; csmax=i;<br>}<br>cout&lt;&lt;"phan tu lon nhat la : "&lt;&lt;maxx&lt;&lt;endl;<br>cout&lt;&lt;"chi so mang la : "&lt;&lt;csmax;<br>return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:47:44 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177634980</guid>
      </item>
      <item>
         <title>Hiếu GN</title>
         <author>hosyhieunbk</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177638603</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int n,i,maxx,csmax;<br>float a[100];<br>int main()<br>{<br>&nbsp; &nbsp; cout&lt;&lt;"nhap do dai mang= ";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;"]=";cin&gt;&gt;a[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; int maxx = a[0], csmax =0;<br>&nbsp; &nbsp; for(i=1;i&lt;=n; i++)<br>&nbsp; &nbsp; if(a[i] &gt; maxx)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; maxx = a[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; csmax = i;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; cout &lt;&lt;"phan tu có gia tri lon nhat la: "&lt;&lt;maxx&lt;&lt;endl;<br>&nbsp; &nbsp; cout&lt;&lt;"vi tri: "&lt;&lt;csmax;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:49:37 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177638603</guid>
      </item>
      <item>
         <title>Huy min</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177645071</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n;<br>	cin&gt;&gt;n;<br>	float a[n];<br>	for(int i = 1; i &lt;= n; i++) cin &gt;&gt; a[i];<br>	int minn = a[1], chiso=1;<br>	for(int i = 2; i &lt;= n; i++)<br>	{<br>	if(a[i] &lt; minn)<br>	{<br>		minn = a[i];&nbsp;<br>		chiso = i;<br>	}<br>}<br>	cout&lt;&lt;"Min : "&lt;&lt;minn&lt;&lt;"; STT: "&lt;&lt;chiso;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:53:05 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177645071</guid>
      </item>
      <item>
         <title>ngoc</title>
         <author>hongngocdakha</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177645164</link>
         <description><![CDATA[<div><em>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>float a[100],maxx;<br>int n,csmax,i;<br>int main()<br>{<br>&nbsp; &nbsp; cout &lt;&lt; "Moi ban nhap kinh thuoc mang n : ";<br>&nbsp; &nbsp; cin &gt;&gt; n ;<br>&nbsp; &nbsp; for(i=0;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=0;i&lt;n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; a[i] &lt;&lt; "&nbsp; " &lt;&lt; endl;<br>&nbsp; &nbsp; maxx = a[0], csmax =0;<br>&nbsp; &nbsp; for(int i = 1; i &lt; n; i++)<br>&nbsp; &nbsp; if(a[i] &gt; maxx)<br>{<br>&nbsp; &nbsp; maxx = a[i];<br>&nbsp; &nbsp; csmax = i;<br>}<br>cout &lt;&lt; " phan tu lon nhat : " &lt;&lt; maxx &lt;&lt; endl ;<br>cout &lt;&lt; " chi so mang : " &lt;&lt; csmax ;<br>}<br></em><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:53:08 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177645164</guid>
      </item>
      <item>
         <title>Hiếu GN min</title>
         <author>hosyhieunbk</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177648300</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int n,i,minn,csmin;<br>float a[100];<br>int main()<br>{<br>&nbsp; &nbsp; cout&lt;&lt;"nhap do dai mang= ";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;"]=";cin&gt;&gt;a[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; int minn = a[1], csmin =1;<br>&nbsp; &nbsp; for(int i = 2; i &lt;= n; i++)<br>&nbsp; &nbsp; if(a[i] &lt; minn)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; minn = a[i];<br>&nbsp; &nbsp; &nbsp; &nbsp; csmin = i;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; cout &lt;&lt;"phan tu co gia tri be nhat la: "&lt;&lt;minn&lt;&lt;endl;<br>&nbsp; &nbsp; cout&lt;&lt;"vi tri: "&lt;&lt;csmin;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:54:54 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177648300</guid>
      </item>
      <item>
         <title>thac</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177656882</link>
         <description><![CDATA[<div>#include &lt;iostream&gt;<br><br>using namespace std;<br>float a[100],maxx;<br>int n,csmax,i;<br>int main()<br>{<br>&nbsp; &nbsp; cout &lt;&lt; "Moi ban nhap kinh thuoc mang n = ";<br>&nbsp; &nbsp; cin&gt;&gt;n ;<br>&nbsp; &nbsp; for(i=0;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=0;i&lt;n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; a[i] &lt;&lt; "&nbsp; " &lt;&lt; endl;<br>&nbsp; &nbsp; maxx = a[0], csmax =0;<br>&nbsp; &nbsp; for(int i = 1; i &lt; n; i++)<br>&nbsp; &nbsp; if(a[i] &gt; maxx)<br>{<br><br><br>&nbsp; &nbsp; maxx = a[i];<br>&nbsp; &nbsp; csmax = i;<br>}<br><br>&nbsp; &nbsp; cout &lt;&lt; " phan tu lon nhat&nbsp; " &lt;&lt; maxx ;<br>cout &lt;&lt; " co chi so&nbsp; " &lt;&lt; csmax ;<br><br><br>&nbsp; &nbsp; return 0;<br>}<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 13:59:38 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177656882</guid>
      </item>
      <item>
         <title>ngoc bai 2</title>
         <author>hongngocdakha</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177659512</link>
         <description><![CDATA[<div><em>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>float a[100];<br>int n,csminn,i,minn;<br>int main()<br>{<br>&nbsp; &nbsp; cout &lt;&lt; "Moi ban nhap kinh thuoc mang n : ";<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; &nbsp; &nbsp; minn = a[1]; csminn =1;<br>&nbsp; &nbsp; for(int i = 1; i &lt;= n; i++)<br>&nbsp; &nbsp; if(a[i] &lt; minn)<br>{<br>&nbsp; &nbsp; minn = a[i];<br>&nbsp; &nbsp; csminn = i;<br>}<br>cout &lt;&lt; " phan tu be nhat : " &lt;&lt; minn &lt;&lt; endl ;<br>cout &lt;&lt; " chi so mang : " &lt;&lt; csminn ;<br>return 0;<br>}<br></em><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 14:01:03 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177659512</guid>
      </item>
      <item>
         <title>Hiêu dm (bai3a</title>
         <author>tronghieua2nct</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177664416</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n;<br>	float a[100];<br>	cout&lt;&lt;"nhap n:";<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>	for(int i=1;i&lt;=n;i++)<br>	cout&lt;&lt;a[i]&lt;&lt;"&nbsp; ";<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 14:03:43 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177664416</guid>
      </item>
      <item>
         <title>hiếu dm (bai 3b</title>
         <author>tronghieua2nct</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177665006</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n,dem=0;<br>	int a[100];<br>	cout&lt;&lt;"nhap n:";<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>	for(int i=1;i&lt;=n;i++)<br>	if(a[i]%2==0)<br>		{<br>			cout&lt;&lt;a[i]&lt;&lt;"&nbsp; ";<br>			dem++;<br>		}<br>		cout&lt;&lt;"so phan tu chan la : "&lt;&lt;dem;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 14:04:01 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177665006</guid>
      </item>
      <item>
         <title>hieu dm (bai 3c</title>
         <author>tronghieua2nct</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177665469</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n,dem=0;<br>	int a[100];<br>	cout&lt;&lt;"nhap n:";<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>	for(int i=1;i&lt;=n;i++)<br>	if(a[i]%2==1)<br>		{<br>			cout&lt;&lt;a[i]&lt;&lt;"&nbsp; ";<br>			dem++;<br>		}<br>		cout&lt;&lt;"so phan tu le la : "&lt;&lt;dem;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 14:04:16 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177665469</guid>
      </item>
      <item>
         <title>(*￣3￣)╭thầy ơi cho em nghỉ sớm vì mai em thi Bài 2 Tác Giả: Nguyên</title>
         <author>trinhvubinhnguyen7</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177674416</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int n,minn,csmin=1;<br>float a[100];<br>int main()<br>{<br>cout&lt;&lt;"nhap n:";<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>&nbsp; &nbsp; minn=a[1];<br>for(int i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; if(minn&gt;a[i])<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; minn=a[i];<br>&nbsp; &nbsp; csmin=i;<br>}<br>cout&lt;&lt;"phan tu be nhat la : "&lt;&lt;minn&lt;&lt;endl;<br>cout&lt;&lt;"chi so mang la : "&lt;&lt;csmin;<br>return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 14:08:35 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177674416</guid>
      </item>
      <item>
         <title>Huy bai 3</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177717411</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int ktnt(int a)<br>{<br>	if(a&lt;2)<br>	return 0;<br>	if(a==3)<br>	return 1;<br>	for(int i=2;i&lt;=sqrt(a);i++)<br>	{<br>		if(a%i==0)<br>		return 0;<br>	}<br>	return 1;<br>}<br>int main()<br>{<br>	int n;<br>	cin&gt;&gt;n;<br>	int a[n];<br>	for(int i = 1; i &lt;= n; i++) cin &gt;&gt; a[i];<br>	for(int i = 1; i &lt;=n; i++) cout&lt;&lt;a[i]&lt;&lt;" ";<br>	cout&lt;&lt;"\n";<br>	int demchan = 0;<br>	for(int i = 1; i &lt;= n; i++)<br>	if(a[i] % 2 == 0)<br>	{<br>		demchan++;<br>		cout&lt;&lt;"Co so phan tu "&lt;&lt;i&lt;&lt;" la so chan";<br>		cout&lt;&lt;" cac so chan: "&lt;&lt;a[i]&lt;&lt;" "&lt;&lt;"\n";<br>	}<br>	int demle = 0;<br>	for(int i = 1; i &lt;=n; i++)<br>	if(a[i] % 2 != 0)<br>	{<br>		demle++;<br>		cout&lt;&lt;"Co so phan tu "&lt;&lt;i&lt;&lt;" la so le";<br>		cout&lt;&lt;" cac so le: "&lt;&lt;a[i]&lt;&lt;" "&lt;&lt;"\n";<br>	}<br>	for(int i = 1 ;i &lt;=n; i++)<br>	if(ktnt(a[i]) == 1)<br>	cout&lt;&lt;a[i]&lt;&lt;" ";<br>	for (int i = 2;i &lt;= a[i]; i++)<br>	{<br>	&nbsp; &nbsp; if(a[i]&lt;2) return 0;<br>		else if(a[i]%i==0) return 0;<br>	&nbsp; &nbsp; else<br>		cout&lt;&lt;a[i]&lt;&lt;" ";<br>		break;<br>	}<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 14:30:31 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177717411</guid>
      </item>
      <item>
         <title>Hiếu GN b3 a,b,c</title>
         <author>hosyhieunbk</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177726392</link>
         <description><![CDATA[<div>#include &lt;bits/stdc++.h&gt;<br><br>using namespace std;<br>int n,i,a[100],dem1=0,dem2=0;<br>int main()<br>{<br>&nbsp; &nbsp; cout &lt;&lt; "nhap do dai cua mang=";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; &nbsp;cin&gt;&gt;a[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; cout&lt;&lt;"cac phan tu trong mang la: ";<br>&nbsp; &nbsp; for(i=1;i&lt;=n;i++) cout&lt;&lt;a[i]&lt;&lt;" ";<br>&nbsp; &nbsp; cout&lt;&lt;endl;<br>&nbsp; &nbsp; cout&lt;&lt;"cac phan tu chan trong mang la: ";<br>&nbsp; &nbsp; for(i=1;i&lt;=n;i++) if(a[i]%2==0) cout&lt;&lt;a[i]&lt;&lt;" ";<br>&nbsp; &nbsp; cout&lt;&lt;endl;<br>&nbsp; &nbsp; for(i=1;i&lt;=n;i++) if(a[i]%2==0) dem1++;<br>&nbsp; &nbsp; cout&lt;&lt;"so phan tu chan trong day la: "&lt;&lt;dem1;<br>&nbsp; &nbsp; cout&lt;&lt;endl;<br>&nbsp; &nbsp; cout&lt;&lt;"cac phan tu le trong mang la: ";<br>&nbsp; &nbsp; for(i=1;i&lt;=n;i++) if(a[i]%2!=0) cout&lt;&lt;a[i]&lt;&lt;" ";<br>&nbsp; &nbsp; cout&lt;&lt;endl;<br>&nbsp; &nbsp; for(i=1;i&lt;=n;i++) if(a[i]%2!=0) dem2++;<br>&nbsp; &nbsp; cout&lt;&lt;"so phan tu le trong day la: "&lt;&lt;dem2;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 14:35:09 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177726392</guid>
      </item>
      <item>
         <title>ngoc bai 3a,b,c</title>
         <author>hongngocdakha</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2177733186</link>
         <description><![CDATA[<div><em>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int n,i,b=0,c=0;<br>int a[100];<br>int main()<br>{<br>&nbsp; &nbsp; cout &lt;&lt; "Moi ban nhap vao n : ";<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; cout &lt;&lt; " cac phan tu :";<br>&nbsp; &nbsp; &nbsp; &nbsp;for(i=1;i&lt;=n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; a[i] &lt;&lt; "&nbsp; ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; endl;<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; " cac phan tu chan : ";<br>&nbsp; &nbsp; &nbsp; &nbsp; for(i=1;i&lt;=n;i++) if(a[i]%2==0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; cout&lt;&lt;a[i]&lt;&lt;"&nbsp; ";<br>&nbsp; &nbsp; b++;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; cout&lt;&lt;"so phan tu le la : ";<br>&nbsp; &nbsp; for(i=1;i&lt;=n;i++) if(a[i]%2==1)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; cout&lt;&lt;a[i]&lt;&lt;"&nbsp; ";<br>&nbsp; &nbsp; c++;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; return 0;<br>}<br><br></em><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-10 14:38:55 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2177733186</guid>
      </item>
      <item>
         <title>Cương tam giác</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2195811038</link>
         <description><![CDATA[<div>#include &lt;iostream&gt;<br><br>using namespace std;<br>float a,b,c;<br><br><br>int main()<br>{<br>&nbsp; &nbsp; cout &lt;&lt; "hay nhap a b va c : " &lt;&lt; endl;<br>&nbsp; &nbsp; cin&gt;&gt;a&gt;&gt;b&gt;&gt;c;<br>&nbsp; &nbsp; if (a&gt;0&amp;&amp;b&gt;0&amp;&amp;c&gt;0&amp;&amp;a+b&gt;c&amp;&amp;a+c&gt;b&amp;&amp;b+c&gt;a)<br>&nbsp; &nbsp; cout&lt;&lt; "bo ba a b c tao thanh tam giac";<br><br>&nbsp; &nbsp; if ((a*a+b*b==c||a*a+c*c==b*b||b*b+c*c==a*a)&amp;&amp;(a==b||a==c||b==c))<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt; "bo ba a b c tao thanh tam giac vuong can ";<br>&nbsp; &nbsp; &nbsp; &nbsp; else cout&lt;&lt; "bo ba a b c khong tao thanh tam giac vuong can";<br><br>&nbsp; &nbsp; return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-23 12:47:05 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2195811038</guid>
      </item>
      <item>
         <title>cương</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2195818695</link>
         <description><![CDATA[<div>#include &lt;iostream&gt;<br><br>using namespace std;<br>int a,b,c;<br>int main()<br>{<br>&nbsp; &nbsp; cout &lt;&lt; "Nhap a,b,c : " &lt;&lt; endl;<br>&nbsp; &nbsp; cin&gt;&gt;a&gt;&gt;b&gt;&gt;c;<br>&nbsp; &nbsp; if (a&gt;b&amp;&amp;a&gt;c) cout&lt;&lt; "so lon nhat la"&lt;&lt;a<br>&nbsp; &nbsp; &nbsp; &nbsp; else if (b&gt;a&amp;&amp;b&gt;c) cout&lt;&lt; "so lon nhat la "&lt;&lt;b<br>&nbsp; &nbsp; &nbsp; &nbsp; else cout&lt;&lt; "so lon nhat la "&lt;&lt;c;<br>&nbsp; &nbsp; return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-23 12:52:17 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2195818695</guid>
      </item>
      <item>
         <title>Thầy xem giúp em vs ạ(3d Hiếu</title>
         <author>tronghieua2nct</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2197653258</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	long n,dem=0,j;<br>	long a[1000];<br>	cout&lt;&lt;"nhap n=";<br>&nbsp; &nbsp; 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>	for(int i=1;i&lt;=n;i++)<br>	{<br>	&nbsp; &nbsp; int x=a[i],kt=true;<br>&nbsp; &nbsp; &nbsp; &nbsp; if (x&lt;2) kt=false;<br>&nbsp; &nbsp; &nbsp; &nbsp; else<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (x&gt;=2 &amp;&amp; x&lt;4) kt=true;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for (j=2;j&lt;=ceil(sqrt(x));j++)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (x%j==0)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; kt=false;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; if (kt==true) dem++;<br>	}<br>	cout&lt;&lt;dem;<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-24 12:57:51 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2197653258</guid>
      </item>
      <item>
         <title>Huy bai 2</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2197663434</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n, i, tam;<br>	cin&gt;&gt;n;<br>	int a[n];<br>	for(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>	cout&lt;&lt;"\n";<br>	int&nbsp; tama, minn = a[1];<br>	cout&lt;&lt;"\n";<br>	for(int i = 1; i &lt;= n; i++)<br>	if(a[i] &lt; minn)<br>	{<br>		minn = a[i];<br>		tama = i;<br>	}<br>	cout&lt;&lt;"So be nhat trong mang : "&lt;&lt;minn&lt;&lt;" Chi so: "&lt;&lt;tama;<br>	<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-24 13:04:15 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2197663434</guid>
      </item>
      <item>
         <title>Huy bai 4</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2197688923</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n, i, tam;<br>	cin&gt;&gt;n;<br>	int a[n];<br>	for(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>	cout&lt;&lt;"\n";<br>	//a<br>	int tonga = 0;<br>	cout&lt;&lt;"CAC PHAN TU CHAN TRONG MANG&nbsp; : "&lt;&lt;" ";<br>	for(i = 1 ; i &lt;= n ; i++ )<br>	if(a[i] % 2 == 0)&nbsp;<br>	{<br>		cout&lt;&lt;a[i]&lt;&lt;" ";<br>		tonga = tonga + a[i];<br>	}<br>	cout&lt;&lt;"			Tong mang chan: "&lt;&lt;tonga&lt;&lt;"\n";<br>	//b<br>	int tongb = 0;<br>	cout&lt;&lt;"CAC PHAN TU LE TRONG MANG : "&lt;&lt;" ";<br>	for(i = 1 ; i &lt;= n ; i++ )<br>	if(a[i] % 2 != 0)&nbsp;<br>	{<br>		cout&lt;&lt;a[i]&lt;&lt;" ";<br>		tongb = tongb + a[i];<br>	}<br>	cout&lt;&lt;"			Tong mang le: "&lt;&lt;tongb&lt;&lt;"\n";<br>	//c<br>	int tongc = 0;<br>	cout&lt;&lt;"CAC PHAN TU AM TRONG MANG : "&lt;&lt;" ";<br>	for(i = 1 ; i &lt;= n ; i++ )<br>	if(a[i] &lt; 0)&nbsp;<br>	{<br>		cout&lt;&lt;a[i]&lt;&lt;" ";<br>		tongc = tongc + a[i];<br>	}<br>	cout&lt;&lt;"			Tong mang am: "&lt;&lt;tongc&lt;&lt;"\n";<br>	//d<br>	int tongd = 0;<br>	cout&lt;&lt;"CAC PHAN TU CHAN KHONG AM TRONG MANG&nbsp; : "&lt;&lt;" ";<br>	for(i = 1 ; i &lt;= n ; i++ )<br>	if(a[i] % 2 == 0 &amp;&amp; a[i] &gt; 0 )&nbsp;<br>	{<br>		cout&lt;&lt;a[i]&lt;&lt;" ";<br>		tongd = tongd + a[i];<br>	}<br>	cout&lt;&lt;"		Tong mang chan khong am: "&lt;&lt;tongd&lt;&lt;"\n";<br>	//e<br>	int tonge = 0;<br>	cout&lt;&lt;"CAC PHAN TU LE KHONG AM TRONG MANG : "&lt;&lt;" ";<br>	for(i = 1 ; i &lt;= n ; i++ )<br>	if(a[i] % 2 != 0 &amp;&amp; a[i] &gt; 0 )&nbsp;<br>	{<br>		cout&lt;&lt;a[i]&lt;&lt;" ";<br>		tonge = tonge + a[i];<br>	}<br>	cout&lt;&lt;"		Tong mang le: "&lt;&lt;tonge&lt;&lt;"\n";<br>	<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-24 13:19:40 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2197688923</guid>
      </item>
      <item>
         <title>Huy bai 5</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2197701490</link>
         <description><![CDATA[<div>#include&lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main()<br>{<br>	int n, i, tam;<br>	cout&lt;&lt;"nhap n: ";<br>	cin&gt;&gt;n;<br>	int a[n];<br>	for(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>	cout&lt;&lt;"\n";<br>	// a,b,c<br>	int x, dem = 0;<br>	cout&lt;&lt;"nhap x : ";<br>	cin&gt;&gt;x;<br>	cout&lt;&lt;"Vi tri xuat hien : ";<br>	for(int i = 1; i &lt;= n; i++)<br>	if(a[i] == x)<br>	{<br>		tam = i;<br>		dem++;<br>		cout&lt;&lt;i&lt;&lt;" ";<br>	}<br>	cout&lt;&lt;"\n"&lt;&lt;x&lt;&lt;" : co xuat hien trong mang "&lt;&lt;"\n";<br>	cout&lt;&lt;"Va so lan xuat hien cua mang: "&lt;&lt;dem&lt;&lt;"\n";<br>	<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-24 13:27:12 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2197701490</guid>
      </item>
      <item>
         <title>ngoc bai 3d</title>
         <author>hongngocdakha</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2197711366</link>
         <description><![CDATA[<div><em>#include &lt;bits/stdc++.h&gt;<br>using namespace std;<br><br>&nbsp; &nbsp; bool ngto(int n)&nbsp;<br>{<br>&nbsp; &nbsp; if(n&lt;2)<br>&nbsp; &nbsp; &nbsp; &nbsp;return false;<br>&nbsp; &nbsp; &nbsp; &nbsp;for(int i=2;i&lt;=sqrt(n);i++)<br>&nbsp; &nbsp; &nbsp; &nbsp;if(n%i==0)&nbsp; &nbsp; &nbsp; &nbsp; return false ;<br>&nbsp; &nbsp; &nbsp; &nbsp;return true;<br>&nbsp; &nbsp; return 0;<br>}<br>int main ()<br>{<br>&nbsp; &nbsp; &nbsp;int a[100],i,n,dem=0;<br>&nbsp; &nbsp; cout&lt;&lt;"Moi ban nhap so can kiem tra : ";<br>&nbsp; &nbsp; cin &gt;&gt; n;<br>&nbsp; &nbsp; for(i=0;i&lt;n;i++)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; cin &gt;&gt; a[i];<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; cout &lt;&lt;"Cac phan tu vua nhap la : ";<br>&nbsp; &nbsp; for(i=0;i&lt;n;i++)&nbsp; &nbsp; cout &lt;&lt; a[i] &lt;&lt; "&nbsp; ";<br>&nbsp; &nbsp; cout &lt;&lt; endl;<br>&nbsp; &nbsp; for (i=0;i&lt;n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; if(ngto(a[i])==true)<br>&nbsp; &nbsp; &nbsp; &nbsp; dem++;<br>&nbsp; &nbsp; cout &lt;&lt; "Co " &lt;&lt; dem &lt;&lt; " so nguyen to la: ";<br>&nbsp; &nbsp; for(i=0;i&lt;n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; if(ngto(a[i])==true)<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; a[i] &lt;&lt; "&nbsp; ";<br>&nbsp; &nbsp; cout &lt;&lt; endl;<br>&nbsp; &nbsp; return 0;<br>}<br></em><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-24 13:33:13 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2197711366</guid>
      </item>
      <item>
         <title>Phát bài 3</title>
         <author></author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2197751908</link>
         <description><![CDATA[<div>#include &lt;bits/stdc++.h&gt;<br><br>using namespace std;<br><br>int a[100],n,chiso,chiso2;<br><br>int main()<br>{<br>	cout&lt;&lt;"Nhap n: ";<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>	cout&lt;&lt;"------------------------\nCac mang co trong phan tu: \n";<br>	for(int i=1; i&lt;=n; i++)<br>	{<br>		cout&lt;&lt;a[i]&lt;&lt;endl;<br>	}<br>	int max, secondmax;<br>	if(a[1] &gt; a[2])<br>	{<br>		max = a[1];<br>		secondmax = a[2];<br>	}<br>	else<br>	{<br>		max = a[2];<br>		secondmax = a[1];<br>	}<br>	for(int i = 2; i &lt;= n; i++)<br>	{<br>		if(a[i] &gt; max)<br>		{<br>			secondmax = max;<br>			max = a[i];<br>			chiso = i;<br>		}<br>		else if(a[i] &gt; secondmax)<br>		{<br>			secondmax = a[i];<br>			chiso2 = i;<br>		}<br>	}<br>	cout&lt;&lt;"------------------------\nPhan tu lon nhat: "&lt;&lt;max;<br>	cout&lt;&lt;"\n------------------------\nPhan tu lon thu nhi: "&lt;&lt;secondmax;<br>	cout&lt;&lt;"\n------------------------\nVi tri cua phan tu lon nhat: "&lt;&lt;chiso;<br>	cout&lt;&lt;"\n------------------------\nVi tri cua phan tu lon thu nhi: "&lt;&lt;chiso2;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-24 13:57:42 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2197751908</guid>
      </item>
      <item>
         <title>ngoc bai 5 </title>
         <author>hongngocdakha</author>
         <link>https://padlet.com/khuongtinnct/Bookmarks/wish/2197769822</link>
         <description><![CDATA[<div><em>#include &lt;bits/stdc++.h&gt;<br>using namespace std;<br>int main ()<br>{<br><br>&nbsp; &nbsp; &nbsp; &nbsp; int a[100],i,n,x,dem=0;<br>&nbsp; &nbsp; &nbsp; &nbsp; cout&lt;&lt;"nhap n : ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cin &gt;&gt; n ;<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; "Nhap x : ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cin &gt;&gt; x ;<br>&nbsp; &nbsp; &nbsp; &nbsp; for(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; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt;"cac phan tu vua nhap la : ";<br>&nbsp; &nbsp; &nbsp; &nbsp; for(i=0; i&lt;n; i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; a[i] &lt;&lt; "&nbsp; ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; endl&lt;&lt;endl;<br>&nbsp; &nbsp; &nbsp; &nbsp; for (i=0;i&lt;n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; if(a[i]==x)<br>&nbsp; &nbsp; &nbsp; &nbsp; dem++;<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; "So lan xuat hien cua " &lt;&lt; x &lt;&lt; " trong day so la: "&lt;&lt;dem &lt;&lt;endl;<br>&nbsp; &nbsp; &nbsp; &nbsp; if(dem&gt;0)<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; "Tai cac vi tri : ";<br>&nbsp; &nbsp; &nbsp; &nbsp; for(i=0;i&lt;n;i++)<br>&nbsp; &nbsp; &nbsp; &nbsp; if(a[i]==x)<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; i+1 &lt;&lt; "&nbsp; ";<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; else<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt; "Khong xuat hien trong day so ";<br>&nbsp; &nbsp; &nbsp; &nbsp; cout &lt;&lt;endl;<br>&nbsp; &nbsp; &nbsp; &nbsp; return 0;<br>}<br></em><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2022-05-24 14:08:59 UTC</pubDate>
         <guid>https://padlet.com/khuongtinnct/Bookmarks/wish/2197769822</guid>
      </item>
   </channel>
</rss>
