<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>TEMA - STRUCTURA LINIARA by Lungescu Violeta</title>
      <link>https://padlet.com/violetalungescu/tema5</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2017-11-26 13:50:39 UTC</pubDate>
      <lastBuildDate>2025-09-24 09:03:06 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Alarmclock.png</url>
      </image>
      <item>
         <title>Realizati algoritmul de rezolvare pentru urmatoarele probleme:</title>
         <author>violetalungescu</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/210138988</link>
         <description><![CDATA[<div><strong>1. Fie un numar format din trei cifre. Sa se afiseze cifrele sale inepand cu cifra unitatilor.<br><br>2. Perimetrul unui patrat este egal cu latura altui patrat. Stiind ca suma perimetrelor celor doua patrate este x, sa se calculeze ariile celor doua patrate.<br></strong><strong><em>Exemplu: Pentru x=20 se va afisa aria1=1, aria2=16</em></strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-26 13:55:15 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/210138988</guid>
      </item>
      <item>
         <title>Gheorghe Damaris  </title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213459310</link>
         <description><![CDATA[<div>1.intreg n;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>inceput<br>citeste n;<br>n&lt;- n%10*100+[n%100/10]+[n/100];&nbsp; &nbsp; TREBUIE AFISATE CIFRELE, NU NUMARUL!!!<strong><mark><br></mark></strong>scrie n;<br>sfarsit.<br>2.intreg l1,l2,x,a1,a2;              OK!      <br>inceput<br>citeste x;<br><del>x&lt;-5*l2;</del><br>l2&lt;-x/5;<br>l1&lt;-l2/4;<br>a1&lt;-l1*l1;<br>a2&lt;-l2*l2;<br>scrie a1,a2;<br>sfarsit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-05 19:04:04 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213459310</guid>
      </item>
      <item>
         <title>Duca Elena Adelina </title>
         <author>adelinaelenaduca7</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213753983</link>
         <description><![CDATA[<div>1)&nbsp;         FOARTE BINE! <br>întreg n, c1, c2, c3;început<br>citește n;<br>c1&lt;-n%10;<br>c2&lt;-n%100/10;<br>c3&lt;-n/10;<br>scrie c1, c2, c3;<br>sfârșit.<br><br>2)&nbsp;           FOARTE BINE!<br>real x, a1, a2;<br>început<br>citește x;<br>a1&lt;-(x/20)^2;<br>a2&lt;-(x/20*4)^2;<br>scrie a1, a2;<br>sfarșit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 15:45:35 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213753983</guid>
      </item>
      <item>
         <title>Năstase Maria-Magdalena</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213758793</link>
         <description><![CDATA[<div>1) intreg n, c1, c2, c3;<br>Inceput<br>Citeste n;<br>C1&lt;- n%10;<br>C2&lt;- n%100/10;&nbsp; &nbsp; &nbsp; &nbsp;PARTE INTREAGA!!!<br>C3&lt;- n%10;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;C1 si C3 SUNT IDENTICE!!!<br>Afiseaza c1, c2, c3;<br>Sfarsit.<br>2) real l, A1, A2;<br>Inceput<br>Citeste l;<br>A1&lt;- (x/5)^2&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ACEASTA ESTE A2<br><del>A2&lt;- (x/5*4)^2</del><br>Scrie A1, A2;<br>Sfarsit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 15:53:40 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213758793</guid>
      </item>
      <item>
         <title>Savulescu Cristiana</title>
         <author>cristianasavulescu</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213806721</link>
         <description><![CDATA[<div>1.             FOARTE BINE!!!<br>intreg c1, c2, c3, n;<br>real n;<br>citeste n;<br>c1&lt;-n%10;<br>n&lt;-[n/10];<br>c2&lt;-n%10<br>n&lt;-[n/10];<br>c3&lt;-n%10;<br>scrie c1, c2, c3;<br>sfarsit.<br>2.                FOARTE BINE!!!<br>real x, a1, a2;<br>inceput<br>citeste x;<br>a1&lt;-(x/20)^2;<br>a2&lt;-(x/20*4)^2;<br>scrie a1, a2;<br>sfarsit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 17:10:36 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213806721</guid>
      </item>
      <item>
         <title></title>
         <author>deliastemate</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213808502</link>
         <description><![CDATA[<div>1)<br><del>Real</del> x,c1,c2,c3;<br>Inceput<br>Citeste x;<br><del>c1&lt;- x DIV 100;</del><br>c2&lt;-x MOD 100 DIV 10;<br>c3&lt;-x MOD 10;<br>Afiseaza c1,c2,c3;<br>Sfarsit.&nbsp;<br><br><br>2)          FOARTE BINE!!!<br> Real x,A1,A2;<br>Inceput<br>Citeste x;<br>A1&lt;-(x/20)^2<br>A2&lt;-(x/5)^2;<br>Afiseaza A1,A2;<br>Sfarsit.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 17:14:22 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213808502</guid>
      </item>
      <item>
         <title>Ion Sorana-Tema</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213810754</link>
         <description><![CDATA[<div>1. Intreg n1,n2,n3,n;         FOARTE BINE!!!<br>Inceput<br>Citeste n;<br>n1&lt;-- n%10;<br>n&lt;-- [n/10];<br>n2&lt;-- n%10;<br>n&lt;--[n/10];<br>n3&lt;--- n%10;<br>Scrie n1,n2,n3;<br>Sfarsit.<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 17:18:52 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213810754</guid>
      </item>
      <item>
         <title>Costache Alin</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213813542</link>
         <description><![CDATA[<div>1.Întreg n,a,b,c;             NU MAI NUMEROTA PASII ALGORITMULUI!<br>&nbsp;2 Inceput;<br>3 Citeste n;<br>4 a &lt;--n%10;<br>5 N &lt;--n/10;<br>6 b &lt;--n%10;<br>7 n&lt;--n/10;<br>&nbsp;8 c &lt;--n;<br>9 n &lt;--100*a+10*b+c;          ALGORITMUL NU AFISEAZA NIMIC!!!<br>&nbsp;10 Sfarsit;<br><br>2. La A2= (x/80)^2...este A2=(x/5)^2       ALGORITMUL ARE PREA MULTI PASI... INUTIL!!!<br><br><br><br></div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/245477914/7ba560457c7b5d4e473a823a58576ac9/1512581402556875711350.jpg" />
         <pubDate>2017-12-06 17:24:15 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213813542</guid>
      </item>
      <item>
         <title>Alecse Flavia</title>
         <author>alecseflavia2003</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213816797</link>
         <description><![CDATA[<div>1. intreg a,b,c,n;<br>inceput<br>a&lt;--n%10;<br>n&lt;--[n/10];<br>b&lt;--n%10;<br>n&lt;--[n/10];<br>c&lt;--n%10;<br>n&lt;--100*a+10*b+c;<br>Afiseaza n;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Trebuie afisate cifrele numarului!<br>sfarsit;<br><br>2. real l,L,x,a,A;<br>inceput                         Identifica corect datele de intrare si datele de iesire!<br><del>&nbsp;citeste l,L;</del><br><del>aux&lt;--4*l;</del><br><del>4*l&lt;--L;</del><br><del>L&lt;--aux;</del><br><del>x&lt;--4*l+4*L;</del><br>a&lt;--l^2;<br>A&lt;--L^2;<br>Afiseaza a, A;<br>Sfarsit<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 17:30:05 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213816797</guid>
      </item>
      <item>
         <title>Avram Catalina</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213816969</link>
         <description><![CDATA[<div>1. intreg n,c1,c2,c3;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c1,c2,c3 contin ultima cifra a lui n<br>inceput<br>c1&lt;-n%10;<br><del>n&lt;-(n%109);</del><br>c2&lt;-n%10;<br><del>n&lt;-(n%10);</del><br>c3&lt;-n%10;<br>scrie c1,c2 ,c3;<br>sfarsit.<br><br>2.real x,a1 ,a2;                           a2 este incorect!!!<br>inceput<br>citeste x;<br>a1&lt;-(x/5)^2;<br><del>a2&lt;-(x/5^4)^2; </del><br>scrie a1, a2;<br>sfarsit.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 17:30:23 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213816969</guid>
      </item>
      <item>
         <title>Ciucan Alexandru-Mihai</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213819634</link>
         <description><![CDATA[<div>întreg n, a, b, c;                        OK!!!<br>început<br>citeşte n;<br>a &lt;- n%10;<br>n &lt;- [n/10];<br>b &lt;- n%10;<br>n &lt;- [n/10];<br>c &lt;- n%10;         sau c&lt;-n;<br>scrie a, b, c;<br>sfârşit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 17:34:58 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213819634</guid>
      </item>
      <item>
         <title>Ion Sorana</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213828270</link>
         <description><![CDATA[<div>2. Real l,L,x,a1,a2,p1,p2;&nbsp; &nbsp; &nbsp; &nbsp; MULTE GRESELI!!!<br>Inceput<br><del>Citeste l;</del><br><del>x&lt;-p1+p2;</del><br><del>p1&lt;- l;</del><br><del>p2&lt;-L*4;</del><br><del>a1&lt;-l^2;</del><br><del>a2&lt;-((x-p1)/4)^2</del>;<br>Scrie a1,a2;<br>Sfarsit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 17:50:54 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213828270</guid>
      </item>
      <item>
         <title>Ciucan Alexandru-Mihai</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/213834442</link>
         <description><![CDATA[<div>real p1, p2, l1, l2, a1, a2, x;         MAI MULTA ATENTIE!!!<br>început<br><del>citeşte l1, l2;</del><br><del>p1 &lt;- l1;</del><br><del>p2 &lt;- 4*l2;</del><br><del>x &lt;- p1 + p2;</del><br>a1 &lt;- l1^2;<br>a2 &lt;- l2^2;<br>scrie a1, a2;<br>sfârşit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-06 18:03:45 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/213834442</guid>
      </item>
      <item>
         <title>Boiangiu Miron              FOARTE BINE!!!</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214021667</link>
         <description><![CDATA[<div>1. intreg d;<br>Inceput<br>citeste d;<br>Scrie d % 10, " ", (d % 100) DIV 10, " ", d DIV 100;<br>sfarsit.<br>2. real x, a1, a2;<br>Inceput<br>Citeste X;<br>a1 &lt;- X^2/20^2;<br>a2 &lt;- x^2/25;<br>Scrie a1, " ", a2;<br>Sfarsit.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 09:28:22 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214021667</guid>
      </item>
      <item>
         <title>Temă - Radu Rebecca</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214022854</link>
         <description><![CDATA[<div><strong><mark>SUBIECTUL 1                                                 OK!!!<br></mark></strong>întreg n, c1, c2, c3;                           <br>început<br>citește n;<br>c1←n%10;<br>n←[n/10];<br>c2←n%10;<br>n←[n/10];<br>c3←n%10;              SAU c3&lt;-n;<br>scrie c1, c2, c3;<br>sfârșit<br><br></div><div><strong><mark>SUBIECTUL 2             Algoritmul tau nu respecta proprietarea de claritate si eficienta si este incorect!!!</mark></strong></div><div>real l1, l2, P1, P2, 1, Ap2;</div><div>început<br>citește P1←l2<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;P1←4l1<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;P2←4l2<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;x←P1+P2<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;A1←l1^2<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;A2←l2^2<br>l2←4*l1;<br>P2←4*P1;<br>x←P1+4*P1;<br>x←5*P1;<br>P1←x/5;<br>P2←4x/5;<br>x/5←4l1;<br>l1←4x/5;<br>4*l2←4x/5;&nbsp;<br>l2=16*x/5;<br>A1←(4x/5)^2;<br>A2←(16x/5)^2;<br>scrie A1, A2;<br>sfârșit</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 09:33:27 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214022854</guid>
      </item>
      <item>
         <title>SUBIECTUL 1   </title>
         <author>stefan_sandu</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214229088</link>
         <description><![CDATA[<div>Intreg n;      Algoritmul calculeaza alt rezultat decat cel cerut!<br>Inceput<br>citeste n;<br><del>n&lt;--1000*n+100*n+10*n+n;</del><br>Scrie n;<br>Sfarsit<br><br>SUBIECTUL 2        Identifica corect datele de intrare si datele de iesire!!!<br>Intreg P1,L1,P2,L2;<br>Inceput<br><del>citeste P1,L1,P2,L2;</del><br><del>P1&lt;--L2;</del><br>P1&lt;--L1*4;<br>P2&lt;--L2*4;<br>x&lt;--P1+P2;<br>Scrie x;<br>Sfarsit<br><br>Sandu Stefan :)</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 17:24:23 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214229088</guid>
      </item>
      <item>
         <title>Dima Razvan       MULTE GRESELI!!!</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214243363</link>
         <description><![CDATA[<div>1)intreg c1.c2,c3,n<br>Incpeut<br>citeste n,<del>c1,c2,c3;</del><br><del>c1-n mod 10</del>          Cui se atribuie aceste diferente?<br><del>n-n div 10 </del><br><del>c2-n mod 10</del><br><del>n-n div 10</del><br><del>c3-n mod 10</del><br>Scrie c1,c2,c3<br>Sfarsit<br>2)intreg p1,p2<br>real a1,a2,x<br>citeste <del>p1,p2</del>,x<br><del>x-p1+p2</del><br><del>a1-(p1/4)*(p1/4)</del><br><del>a2-(p2/4)*(p2/4)</del><br>scrie a1,a2<br>Sfarsit<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 17:50:24 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214243363</guid>
      </item>
      <item>
         <title>Dragomir Mihaela-Diana</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214258065</link>
         <description><![CDATA[<div>1. Scrie n, c1, c2 , c3&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OK!!!<br>Inceput<br>c1 &lt;- n%10&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br>n &lt;- [n/10]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br>c2 &lt;- n%10&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br>n &lt;- [n%10]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br>c3 &lt;- n%10&nbsp; &nbsp; &nbsp; SAU c3&lt;-n;<br>Scrie c1,c2,c3&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;;<br>Sfarsit<br><br>2. Real l, L, a1, a2;                  OK!<br>Inceput<br>Citeste X;<br>a1 &lt;- X^2/20^2                       Lipsesc semnele de punctuatie!<br>a2 &lt;- X^2/25<br>Scrie a1,a2<br>Sfarsit<br><br></div><div><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:18:56 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214258065</guid>
      </item>
      <item>
         <title>Ciulin Maria</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214264066</link>
         <description><![CDATA[<div>Intreg C1, C2, C3, n;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OK!!!!<br>&nbsp;inceput;<br>&nbsp;citeste n;<br>&nbsp;C1 &lt;- n%10;<br>&nbsp;n &lt;- [n/10];<br>&nbsp;C2 &lt;- n%10;<br>&nbsp;n &lt;- [n/10];<br>&nbsp;C3 &lt;- n%10;&nbsp; &nbsp; SAU&nbsp; &nbsp; c3&lt;-n;<br>&nbsp;scrie C1, C2, C3;<br>&nbsp;sfarsit<br><br>Real p, l, L,&nbsp; x, A1, A2;      Identifica corect datele de intrare si datele de iesire!!!<br>&nbsp;inceput;<br>&nbsp;<del>citeste p, l, L, x;</del><br> <del>L&lt;- 4*l;</del><br> A1&lt;-L^2;<br> A2&lt;-l^2;<br> Afiseaza A1, A2;<br> sfarsit&nbsp;</div><div><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:32:19 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214264066</guid>
      </item>
      <item>
         <title>1.             OK!!!!</title>
         <author>dan_munteanu0</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214267504</link>
         <description><![CDATA[<div>intreg x;<br>inceput<br>citeste d;<br>scrie d%10, (d/10)%10, (d/100)%10;<br>sfarsit<br>2.           FOARTE BINE<br><br>real x ,l, L ,a1 ,a2;     <br>inceput<br>citeste x;<br>l=x/20<br>L=4*l;<br>a1=l^2;<br>a2=L^2;<br>scrie "aria1="a1, "aria2="a2;<br>sfarsit<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:39:01 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214267504</guid>
      </item>
      <item>
         <title>Mihalcea Mathias              MAI INCEARCA!</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214272954</link>
         <description><![CDATA[<div>Real c1,c3,c2,n<br>Început<br>Citește n;<br>c1= n MOD 10;<br><del>c2=n MOD 100</del>;     Aici calculeaza ultimele 2 cifre!<br>c3=n MOD 1000;     c3=n<br>Scrie c1,c2,c3;<br>Sfârșit</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:48:55 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214272954</guid>
      </item>
      <item>
         <title>Mihalcea Mathias        APROAPE OK! </title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214276225</link>
         <description><![CDATA[<div><del>Real</del> a,b,c,n<br>Început<br>Citește n;<br>a&lt;-n%10;<br>n&lt;-[n/10];<br>b&lt;-n%10;<br>n&lt;-[n/10];<br>c&lt;-n%10;<br><br>scrie a,b,c;<br>Sfârșit<br><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:54:58 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214276225</guid>
      </item>
      <item>
         <title>Titlu                 ESTE FOARTE AMBIGUU !!!</title>
         <author>andbos14</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214277430</link>
         <description><![CDATA[<div>                          </div><div>1. intreg a,b,c,aux,n;<br>inceputa<br>a &lt;- n%10n<br>&lt;- [n/10]b&lt;- n%10n&lt;-[n/10]c&lt;-n%10aux&lt;-aa&lt;-dd&lt;-auxn&lt;-100*a+10*b+cAfiseaza nSfarsit</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:56:59 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214277430</guid>
      </item>
      <item>
         <title>Lungu Antonia</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214277656</link>
         <description><![CDATA[<div>1. intreg a,b,c,aux,n;<br>&nbsp; &nbsp; inceput<br>&nbsp; &nbsp; a &lt;- n%10;<br>&nbsp; &nbsp; n &lt;- [n/10];<br>&nbsp; &nbsp; b &lt;- n%10;<br>&nbsp; &nbsp; n &lt;- [n/10];<br>&nbsp; &nbsp; c &lt;- n%10;&nbsp; &nbsp; &nbsp; &nbsp;SAU &nbsp; c&lt;-n;<br>&nbsp; &nbsp; n &lt;- 100*a+10*b+c&nbsp; &nbsp; &nbsp; &nbsp; Trebuie afisate cifrele numarului!!!<br>&nbsp; &nbsp; afiseaza n;<br>&nbsp; &nbsp; sfarsit.<br>2. real l,L,P,p,a,x;    Identifica corect datele de intrare si datele de iesire!!!<br>&nbsp; &nbsp; inceput<br>&nbsp; &nbsp;<del>&nbsp;citeste l,L;</del><br><del>&nbsp; &nbsp; aux &lt;- 4*l;</del><br>&nbsp; <del>&nbsp; 4*l &lt;- L;</del><br>&nbsp; <del>&nbsp; L &lt;- aux;</del><br>&nbsp; &nbsp; <del>x &lt;- 4*l+4*L;</del><br>&nbsp; &nbsp; a &lt;- l^2;<br>&nbsp; &nbsp; A &lt;- L^2;<br>&nbsp; &nbsp; afiseaza a,A;<br>&nbsp; &nbsp; sfarsit<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:57:22 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214277656</guid>
      </item>
      <item>
         <title>Marcu Yolanda</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214278622</link>
         <description><![CDATA[<div>intreg a, b, c, aux, n;            Ce rol are aux in algoritmul tau?<br>inceput<br>n&lt;-n%10;<br>n&lt;-n/10;<br>b&lt;-n%10;<br>n&lt;-n/10;<br>c&lt;-n%10;<br>aux&lt;-a;<br>a&lt;-d;<br>d&lt;-aux;<br>n&lt;-100*d +10*b+c;<br>afiseaza n;&nbsp;<br>sfarsit.<br><br>real x,a1,a2;          CORECT!!!<br>inceput<br>citeste x;<br>a1&lt;-(x/20)^2;<br>a2&lt;-(x/20*4)^2;<br>scrie a1,a2;<br>sfarsit.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:58:59 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214278622</guid>
      </item>
      <item>
         <title>Lazăr Antonio           UN ALGORITM IDENTIC CU AL COLEGELOR TALE!!!</title>
         <author>antonio_gabriel76</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214278657</link>
         <description><![CDATA[<div>1.Intreg a,b,c,aux, n<br>Inceput <br>a&lt;-n%10<br>n &lt;-[n/10]<br>b &lt;-n%10<br>n &lt;-[n/10]<br>c &lt;-n%10<br>aux &lt;-a<br>a &lt;-d<br>d &lt;-aux<br>n &lt;-100*a+10*b+c<br>Afiseaza n<br>Sfarsit.<br>2. Real L,l,P,p,A<br>Inceput <br>Citeste l,L<br>p &lt;-aux L*l<br>4*l&lt;-L<br>L &lt;-aux <br>x &lt;-4*l+4*L<br>Sfarsit. <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 18:59:03 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214278657</guid>
      </item>
      <item>
         <title>Costache Mihnea :)    ALGORITMI IDENTICI CU AI COLEGILOR TAI!!!</title>
         <author>mihnut2002</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214279552</link>
         <description><![CDATA[<div>1. <br>intreg a,b,c,aux,n;<br>inceput<br>a &lt;- n%10<br>n&lt;- [n/10]<br>b&lt;- n%10<br>n&lt;-[n/10]<br>c&lt;-n%10<br>aux&lt;-a<br>a&lt;-d<br>d&lt;-aux<br>n&lt;-100*a+10*b+c<br>Afiseaza n<br>Sfarsit<br><br>2.<br>real l,L,P,p,A;<br>inceput<br>citeste l,L;<br>aux&lt;-L1*l<br>4*l&lt;-L<br>L&lt;-aux<br>x&lt;-4*l+4*L<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 19:00:34 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214279552</guid>
      </item>
      <item>
         <title>Andrei Nicolae-Tema</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214285104</link>
         <description><![CDATA[<div>1.intreg d;<br>Inceput<br>citeste d;<br>Scrie <del>d%</del>, (d%100) DIV 10,d DIV 100;         O MICA GRESEALA!!!<br>Sfarsit.<br><br>2.real x,a1,a2;           FOARTE BINE!!!<br>Inceput<br>Citeste X;<br>a1 &lt;- X^2/20^2;<br>a2&lt;-X^2/25;<br>Scrie a1,a2;<br>Sfarsit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 19:10:19 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214285104</guid>
      </item>
      <item>
         <title>Ionita Theodor </title>
         <author>theoteo803</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214289773</link>
         <description><![CDATA[<div>1. intreg n;&nbsp; &nbsp; &nbsp;Algoritmul tau citeste si afiseaza n<br>&nbsp; &nbsp; inceput ;<br>&nbsp; &nbsp; citeste n;<br>&nbsp; &nbsp;<del>&nbsp;n%10 , (n%100) DIV 10 , n DIV 100;</del><br>&nbsp; &nbsp; scrie n;<br>&nbsp; &nbsp; sfarsit ;<br> <br><br>2. real p , P , l , x , a , A   Identifica corect datele de intrare  si datele de iesire!<br>&nbsp; &nbsp; inceput ;<br> <del>&nbsp; &nbsp;citeste&nbsp; l;</del><br>&nbsp; &nbsp; <del>p=4l;</del><br>&nbsp; &nbsp;<del>&nbsp;P=l;</del><br>&nbsp; <del>&nbsp; p+P=x;</del><br>&nbsp; &nbsp;<del>&nbsp;5l=x;</del><br>&nbsp; &nbsp; a=l^2 ; <br>&nbsp; &nbsp; <del>A=(l/4)^2</del><br>&nbsp; &nbsp;<del>&nbsp;scrie p , P , x , a , A ;</del><br>&nbsp; &nbsp; sfarsit<br><br>&nbsp; &nbsp;&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 19:18:37 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214289773</guid>
      </item>
      <item>
         <title>Tema la info Muscalu Stefanita</title>
         <author>stefanitamuscalu26</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214308922</link>
         <description><![CDATA[<div>1. intreg n,z1,z2,z3;                 APROAPE OK!!!<br>Inceput<br>Citeste z<br>&nbsp;z1&lt;-n%10;<br>z2&lt;-n%100/10;<br><del>z3&lt;-n/10; </del><br>Scrie z1,z2,z3;<br>Sfarsit.<br><br>2 Real x,a1,a2;                    FOARTE BINE!!!<br>Inceput&nbsp;<br>Citeste X;<br>a1&lt;- X^2/20^2;<br>a2,-x^2/25;<br>Scrie a1,a2;<br>Sfarsit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 19:55:43 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214308922</guid>
      </item>
      <item>
         <title>Mihai Bogdan                FOARTE BINE!!!</title>
         <author>bogdanmihai408</author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214322311</link>
         <description><![CDATA[<div>1)  întreg n, a, b, c;                      <br>început<br>citeşte n;<br>a &lt;- n%10;<br>n &lt;- [n/10];<br>b &lt;- n%10;<br>n &lt;- [n/10];<br>c &lt;- n%10;         <br>scrie a, b, c;<br>sfârşit<br>2) Real x,A1,A2;<br>Inceput<br>Citeste x;<br>A1&lt;-(x/20)^2<br>A2&lt;-(x/5)^2;<br>Afiseaza A1,A2;<br>Sfarsit</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 20:28:49 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214322311</guid>
      </item>
      <item>
         <title>Marin Vicentiu       OK!!!!</title>
         <author></author>
         <link>https://padlet.com/violetalungescu/tema5/wish/214329598</link>
         <description><![CDATA[<div>1.Intreg x<br>Inceput <br>Citeste x;<br>Scrie x%10,(x/10)%10,(x/100)%10;<br>Sfarsit.<br>2.intreg l,L,x,a1,a2        OK!!!!<br>Inceput<br>Citeste x;<br>l &lt;- (x/20);<br>L&lt;- 4*l;<br>a1 &lt;- L^2;<br>a2 &lt;- l^2;<br>scrie "a1=", "a2=";<br>Sfarsit.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-12-07 20:54:16 UTC</pubDate>
         <guid>https://padlet.com/violetalungescu/tema5/wish/214329598</guid>
      </item>
   </channel>
</rss>
