<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Clasa a VII-a A 2024 by Elev 1</title>
      <link>https://padlet.com/elev1ltd/Bookmarks</link>
      <description>Creat cu o aură de mister</description>
      <language>en-us</language>
      <pubDate>2022-04-08 16:19:07 UTC</pubDate>
      <lastBuildDate>2024-05-22 05:08:49 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2876129582</link>
         <description><![CDATA[<p><strong>•Franta – este asezata in vestul Europei; are iesire la Golful Biscaya, Marea Manecii si Marea Mediterana;&nbsp;</strong></p><p><strong>•Italia - &nbsp;este asezata in sudul Europei; peninsula care se intinde spre centrul Marii Mediterane, la nord-est de Tunisia.</strong></p><p><strong>•Germania – este asezata in Europa centrala; are iesire la Marea Baltica si Marea Nordului;&nbsp;</strong></p><p><strong>•Grecia - &nbsp;este asezata in sudul Europei; are iesire la Marea Egee, Marea Ionica si Marea Mediterana;&nbsp;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-02-07 05:38:30 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2876129582</guid>
      </item>
      <item>
         <title>21.02.2024  LIMBAJUL C++</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2890483682</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1661247001/42c1e0c2db8a976b19f6081fa51de770/image.png" />
         <pubDate>2024-02-21 05:44:52 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2890483682</guid>
      </item>
      <item>
         <title></title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2890497764</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1661247001/608a18d5e6aad1c1ac102685f8cccc32/image.png" />
         <pubDate>2024-02-21 06:03:15 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2890497764</guid>
      </item>
      <item>
         <title></title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2890503754</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1661247001/2b40c2bbb5c0658ded33c967280bcd14/image.png" />
         <pubDate>2024-02-21 06:10:42 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2890503754</guid>
      </item>
      <item>
         <title>13.03.2024  Instructiunea de atribuire</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2916772733</link>
         <description><![CDATA[<p>Se foloseste semnul "=", astfel:</p><p>   <strong><mark>nume_variabila=valoare;</mark></strong></p><p><strong><mark>   nume_variabila=expresie;</mark></strong></p><p><br/></p><p>Ex:     a=5;  //variabila a primeste valoarea 5</p><p>          b=2*a+3;</p><p>           a=b=c=1;   //atribuire multipla</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-13 05:45:39 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2916772733</guid>
      </item>
      <item>
         <title>Aplicatii</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2916776486</link>
         <description><![CDATA[<p>Scrieti un program C++ care citeste de la tastatura lungimea si latimea  (valori reale) unui dreptunghi si calculeaza si afiseaza aria si perimetrul. </p><p><br></p><p><strong>#include&lt;iostream&gt;</strong></p><p><strong> int main()</strong></p><p><strong>{</strong></p><p><strong>   float l,L,a,p;   //am declarat variabilele</strong></p><p><strong>   cin&gt;&gt;l&gt;&gt;L;    //am citit datele de intrare</strong></p><p><strong>    p=2*l+2*L;</strong></p><p><strong>    a=l*L;</strong></p><p><strong>    cout&lt;&lt;p&lt;&lt;" "&lt;&lt;a;</strong></p><p><strong>     return 0;</strong></p><p><strong> }</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-13 05:49:41 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2916776486</guid>
      </item>
      <item>
         <title>TEMA</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2916792351</link>
         <description><![CDATA[<p>1) Scrieti un program C++ care citeste de la tastatura latura  (valoare reala) unui patrat si calculeaza si afiseaza aria si perimetrul. </p><p>2) Scrieti un program C++ care citeste de la tastatura raza (valoare reala) unui cerc si calculeaza si afiseaza aria si lungimea. </p><p>   obs - folosim valoarea 3.14 pentru constanta pi</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-13 06:05:33 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2916792351</guid>
      </item>
      <item>
         <title>20.03.2024  Corectarea temei</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2926328557</link>
         <description><![CDATA[<p>1)</p><p><strong>#include&lt;iostream&gt;</strong></p><p><strong> int main()</strong></p><p><strong>{</strong></p><p><strong>   float l,a,p;   </strong></p><p><strong>   cin&gt;&gt;l;    </strong></p><p><strong>    p=4*l;</strong></p><p><strong>    a=l*l;</strong></p><p><strong>    cout&lt;&lt;p&lt;&lt;" "&lt;&lt;a;</strong></p><p><strong>     return 0;</strong></p><p><strong> }</strong></p><p><br></p><p><strong>2)</strong></p><p><strong>#include&lt;iostream&gt;</strong></p><p><strong> int main()</strong></p><p><strong>{</strong></p><p><strong>   float r,a,l;   </strong></p><p><strong>   cin&gt;&gt;r;    </strong></p><p><strong>    l=2*3.14*r;</strong></p><p><strong>    a=3.14*r*r;</strong></p><p><strong>    cout&lt;&lt;l&lt;&lt;" "&lt;&lt;a;</strong></p><p><strong>     return 0;</strong></p><p><strong>}</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-20 05:46:47 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2926328557</guid>
      </item>
      <item>
         <title>TEMA</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2926360083</link>
         <description><![CDATA[<p>1) Scrieti un  program care citeste de la tastatura baza mare, baza mica si inaltimea unui trapez ( nr naturale) si calculeaza  aria acestuia.</p><p>2) Scrieti un  program care care citeste de la tastatura baza  si inaltimea unui paralelogram (numere naturale) si calculeaza  aria acestuia.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-20 06:15:47 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2926360083</guid>
      </item>
      <item>
         <title>03.04.2024  Aplicatii</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2941319908</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1661247001/42952108ab9ab84fe25e48a67359660e/image.png" />
         <pubDate>2024-04-03 04:46:39 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2941319908</guid>
      </item>
      <item>
         <title>TEST NR1-NR2</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2949120266</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1661247001/48ab39073844c5a7ca52fb14c3622f4b/image.png" />
         <pubDate>2024-04-10 04:24:56 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2949120266</guid>
      </item>
      <item>
         <title>TEST NR3-NR4</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2949120508</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1661247001/bc5d22ba31fd1a0541e445add41e4c54/image.png" />
         <pubDate>2024-04-10 04:25:36 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2949120508</guid>
      </item>
      <item>
         <title>17.04.2024   -   INSTRUCTIUNEA IF</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2957940638</link>
         <description><![CDATA[<p><br/></p><p><br/></p><p><strong>Se foloseste atunci cand vrem sa testam o conditie logica</strong>.<br><br><strong><br><br><mark>Sintaxa:</mark><br>&nbsp; &nbsp; if(cond_logica)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; instructiune1;<br>&nbsp; &nbsp;else<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;instructiune2;<br>-----------------------------<br>&nbsp; &nbsp; if(conditie_logica)<br>&nbsp; &nbsp; &nbsp; &nbsp;instructiune1;<br><br>Instructiunea IF&nbsp; se executa astfel:</strong></p><ul><li><p><strong>se evalueaza conditia logica</strong></p></li><li><p><strong>daca este adevarata se executa instructiune1</strong></p></li><li><p><strong>daca este falsa se executa instructiune 2 (niciodata ambele)</strong></p></li></ul><p><strong>OBS - Daca ramura altfel (else) lipseste si conditia logica este falsa, nu se executa nimic!<br>&nbsp; &nbsp; &nbsp; &nbsp; - Daca instructiune1 si instructiune2 sunt compuse (contin mai mute instructiuni), ele se includ intre acolade {}</strong></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-17 04:38:06 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2957940638</guid>
      </item>
      <item>
         <title>FUNCTII MATEMATICE</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2957952917</link>
         <description><![CDATA[<ul><li><p>Sunt incluse in fisierul &lt;math.h&gt;</p></li></ul><p><strong>abs(x)=calculeaza modulul lui x<br>sqrt(x)=calculeaza radical din x<br>pow(x,y)=calculeaza x la puterea y<br>floor(x)=calculeaza partea intreaga a lui x<br>ceil(x)=calculeaza cel mai apropiat intreg &gt;=x</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-17 04:48:21 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2957952917</guid>
      </item>
      <item>
         <title>EXERCITII</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2957958698</link>
         <description><![CDATA[<p>abs(-5)=5</p><p>abs(8)=8</p><p>sqrt(81)=9</p><p>sqrt(25)=5</p><p>pow(3,2)=9</p><p>pow(5,0)=1</p><p>floor(5.25)=5</p><p>floor(8.99)=8</p><p>ceil(8.99)=9</p><p>ceil(4.025)=5</p><p>floor(3.00)=3</p><p>ceil(3.00)=3</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-17 04:53:03 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2957958698</guid>
      </item>
      <item>
         <title>Conditii logice</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2957966255</link>
         <description><![CDATA[<p><br/></p><ul><li><p><strong>x este numar par: x%2==0</strong></p></li><li><p><strong>x este numar impar: x%2==1 sau x%2!=0</strong></p></li><li><p><strong>x este pozitiv: x&gt;=0</strong></p></li><li><p><strong>x este negativ: x&lt;0</strong></p></li><li><p><strong>x este divizibil cu 3: x%3==0</strong></p></li><li><p><strong>x este divizibil cu y: x%y==0</strong></p></li><li><p><strong>x este pozitiv si impar:&nbsp; x&gt;=0 &amp;&amp; x%2==1</strong></p></li><li><p><strong>x este negativ sau par:&nbsp; x&lt;0 || x%2==0</strong></p></li><li><p><strong>x este patrat perfect:&nbsp; sqrt(x)==floor(sqrt(x))</strong></p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-17 04:59:28 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2957966255</guid>
      </item>
      <item>
         <title></title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2957977894</link>
         <description><![CDATA[<p>x=25</p><p>sqrt(25)==floor(sqrt(25))</p><p>    5==floor(5)</p><p>     5==5  =&gt; da</p><p><br/></p><p>x=30</p><p>sqrt(30)==floor(sqrt(30))</p><p>   5.47==floor(5.47)</p><p>    5.47==5  =&gt; nu</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-04-17 05:08:32 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2957977894</guid>
      </item>
      <item>
         <title>15.05.2024  Structura repetitiva</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2993669758</link>
         <description><![CDATA[<p><strong>INSTRUCTIUNEA FOR<br><br>Sintaxa:<br>&nbsp;<mark>&nbsp;for(contor=vali;contor&lt;=valf;contor=contor+pas)<br>&nbsp; &nbsp; &nbsp;{&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;instructiuni;<br>&nbsp; &nbsp; &nbsp; &nbsp;}</mark><br>Unde:<br>contor=variabila care numara de cate ori se repeta instructiunile<br>vali=valoarea initiala<br>valf=valoarea finala<br>pas= valoarea cu care creste sau descreste contorul</strong></p><p><br/></p><p><strong><mark>for(contor=vali;contor&gt;=valf;contor=contor-pas)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; instructiuni;<br>&nbsp; &nbsp; &nbsp;}<br></mark>Instructiunea FOR se executa astfel:</strong></p><ul><li><p><strong>contorul va lua pe rand toate valorile de la vali la valf, si va creste cu valoarea pasului</strong></p></li><li><p><strong>pentru fiecare valoare a contorului se vor executa instructiunile dintre acolade</strong></p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-15 04:48:48 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2993669758</guid>
      </item>
      <item>
         <title>Exercitii</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2993677711</link>
         <description><![CDATA[<p><strong>De cate ori se repeta instructiunea for de mai jos:<br>a)</strong><br><strong>&nbsp;for(i=1;i&lt;=5;i=i+1)<br>&nbsp; &nbsp; &nbsp; &nbsp;{......}</strong></p><p><strong>contor=i</strong></p><p><strong>valaoarea initiala=1</strong></p><p><strong>valoarea finala=5</strong></p><p><strong>pasul=1 </strong></p><p><strong>i=1,2,3,4,5 =&gt; se repeta de 5 ori</strong></p><p><br/></p><p><strong><mark>i=i+1 se mai scrie i++</mark></strong></p><p><strong><mark>i=i-1 se mai scrie i--</mark></strong></p><p><br/></p><p><strong>b)<br>&nbsp; for(i=2;i&lt;=7;i=i+2)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{....}</strong></p><p><strong>i=2,4,6 =&gt; se repeta de 3 ori</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-15 04:57:48 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2993677711</guid>
      </item>
      <item>
         <title></title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2993684832</link>
         <description><![CDATA[<p><strong>c) &nbsp;<br>&nbsp; &nbsp; for(i=5;i&gt;=3;i--)<br>&nbsp; &nbsp; &nbsp; &nbsp; {....}</strong></p><p><strong>i=5,4,3 =&gt;  se repeta de 3 ori</strong></p><p><br/></p><p><strong>d)</strong></p><p><strong>   for(i=5;i&lt;=4;i++)</strong></p><p><strong>     {....}</strong></p><p><strong>i=5  =&gt; 5&lt;=4 fals  =&gt; nu se executa niciodata</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-15 05:04:24 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2993684832</guid>
      </item>
      <item>
         <title>TEMA</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/2993689328</link>
         <description><![CDATA[<p>De cate ori se repeta instructiunea FOR?<br>a)<br><strong>&nbsp;for(i=2;i&lt;=4;i=i+1)<br>&nbsp; &nbsp; &nbsp; &nbsp;{......}<br></strong><br>b)<br><strong>&nbsp;for(i=3;i&lt;=8;i=i+2)<br>&nbsp; &nbsp; &nbsp; &nbsp;{......}<br><br>c</strong>)<br><strong>&nbsp;for(i=6;i&gt;=2;i=i-2)<br>&nbsp; &nbsp; &nbsp; &nbsp;{......}<br></strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-15 05:08:25 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/2993689328</guid>
      </item>
      <item>
         <title>22.05.2024 Instructiunea WHILE</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/3002795891</link>
         <description><![CDATA[<p><strong><mark>Sintaxa:<br>&nbsp; &nbsp; &nbsp;while(conditie_logica)<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; instructiuni;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br><br></mark>Instructiunea WHILE se executa astfel:</strong></p><ul><li><p><strong>se evalueaza conditia logica</strong></p></li><li><p><strong>daca este adevarata se executa instructiunile dintre acolade si se revine la pasul 1</strong></p></li><li><p><strong>daca este falsa, instructiunea while se opreste</strong></p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-22 04:43:05 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/3002795891</guid>
      </item>
      <item>
         <title>Exercitii</title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/3002802568</link>
         <description><![CDATA[<p>Ce afiseaza secventa de mai jos:</p><p><strong> i=1;</strong></p><p><strong> s=0;</strong></p><p><strong> <mark>while(i&lt;=4)</mark></strong></p><p><strong><mark>     {  s=s+i;</mark></strong></p><p><strong><mark>         i=i+1;</mark></strong></p><p><strong><mark>      }</mark></strong></p><p><strong>  cout&lt;&lt;s;</strong></p><p><br/></p><p><strong>REZOLVARE</strong></p><p><strong>i=1  s=0</strong></p><p><strong>1&lt;=4 da =&gt; s=0+1=1   i=1+1=2</strong></p><p><strong>2&lt;=4 da =&gt; s=1+2=3  i=2+1=3</strong></p><p><strong>3&lt;=4 da =&gt; s=3+3=6  i=3+1=4</strong></p><p><strong>4&lt;=4 da =&gt; s=6+4=10  i=4+1=5</strong></p><p><strong>5&lt;=4 nu</strong></p><p><strong>Se afiseaza 10</strong></p><p><br/></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-22 04:48:45 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/3002802568</guid>
      </item>
      <item>
         <title></title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/3002808644</link>
         <description><![CDATA[<p><strong> i=5;</strong></p><p><strong>p=1;</strong></p><p><strong>while(i&lt;=7)</strong></p><p><strong>   {p=p*i;</strong></p><p><strong>    i=i+1;</strong></p><p><strong>   }</strong></p><p><strong>cout&lt;&lt;p;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-22 04:53:42 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/3002808644</guid>
      </item>
      <item>
         <title></title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/3002813595</link>
         <description><![CDATA[<p><strong>n=172;</strong></p><p><strong>s=0;</strong></p><p><strong>while(n!=0)</strong></p><p><strong>  {s=s+n%10;</strong></p><p><strong>    n=n/10;</strong></p><p><strong>    }</strong></p><p><strong>cout&lt;&lt;s;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-22 04:57:59 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/3002813595</guid>
      </item>
      <item>
         <title></title>
         <author>elev1ltd</author>
         <link>https://padlet.com/elev1ltd/Bookmarks/wish/3002819404</link>
         <description><![CDATA[<p><strong>a=12;</strong></p><p><strong>b=15;</strong></p><p><strong>while(a!=b)</strong></p><p><strong>    {</strong></p><p><strong>        if(a&gt;b)</strong></p><p><strong>             a=a-b;</strong></p><p><strong>        else</strong></p><p><strong>              b=b-a;</strong></p><p><strong>      }</strong></p><p><strong>cout&lt;&lt;a;</strong></p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-22 05:02:20 UTC</pubDate>
         <guid>https://padlet.com/elev1ltd/Bookmarks/wish/3002819404</guid>
      </item>
   </channel>
</rss>
