<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>NEXT PAGE &#187; Chestii</title>
	<atom:link href="http://firstotherstuff.wordpress.com/category/chestii/feed/" rel="self" type="application/rss+xml" />
	<link>http://firstotherstuff.wordpress.com</link>
	<description>Doar alta pagina WordPress.com</description>
	<lastBuildDate>Sun, 13 Apr 2008 07:05:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>ro</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='firstotherstuff.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ad51b0c250b4d26ff8b3e3b5c446c489?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>NEXT PAGE &#187; Chestii</title>
		<link>http://firstotherstuff.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://firstotherstuff.wordpress.com/osd.xml" title="NEXT PAGE" />
		<item>
		<title>pentru n95</title>
		<link>http://firstotherstuff.wordpress.com/2008/04/13/pentru-n95/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/04/13/pentru-n95/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 07:05:11 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/?p=62</guid>
		<description><![CDATA[http://symbian-freak.com/downloads/download.htm
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=62&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://symbian-freak.com/downloads/download.htm</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=62&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/04/13/pentru-n95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>Afiseaza cel mai mare numar din 3:</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/29/afiseaza-cel-mai-mare-numar-din-3/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/29/afiseaza-cel-mai-mare-numar-din-3/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 19:23:07 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/2008/02/29/afiseaza-cel-mai-mare-numar-din-3/</guid>
		<description><![CDATA[program cel_mai_mare_nr;
var a,b,c:integer;
begin
write(&#8216;a=&#8217;);
readln(a);
write(&#8216;b=&#8217;);
readln(b);
write(&#8216;c=&#8217;);
readln(c);
begin
if (a&#62;b) and (a&#62;c) then writeln(&#8216;a=&#8217;,a)
else
if  (b&#62;a) and (b&#62;c) then writeln(&#8216;b=&#8217;,b)
else
if (c&#62;a)and (c&#62;b) then writeln(&#8216;c=&#8217;,c)
else writeln(&#8216;nr sunt egale&#8217;);
end;
readln;
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=32&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program cel_mai_mare_nr;<br />
var a,b,c:integer;<br />
begin<br />
write(&#8216;a=&#8217;);<br />
readln(a);<br />
write(&#8216;b=&#8217;);<br />
readln(b);<br />
write(&#8216;c=&#8217;);<br />
readln(c);<br />
begin<br />
if (a&gt;b) and (a&gt;c) then writeln(&#8216;a=&#8217;,a)<br />
else<br />
if  (b&gt;a) and (b&gt;c) then writeln(&#8216;b=&#8217;,b)<br />
else<br />
if (c&gt;a)and (c&gt;b) then writeln(&#8216;c=&#8217;,c)<br />
else writeln(&#8216;nr sunt egale&#8217;);<br />
end;<br />
readln;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=32&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/29/afiseaza-cel-mai-mare-numar-din-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>Afiseaza cel mai mic nr din 3:</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/29/afiseaza-cel-mai-mic-nr-din-3/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/29/afiseaza-cel-mai-mic-nr-din-3/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 19:22:00 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/2008/02/29/afiseaza-cel-mai-mic-nr-din-3/</guid>
		<description><![CDATA[program cel_mai_mare_nr;
var a,b,c:integer;
begin
write(&#8216;a=&#8217;);
readln(a);
write(&#8216;b=&#8217;);
readln(b);
write(&#8216;c=&#8217;);
readln(c);
begin
if (a&#60;b) and (a&#60;c) then writeln(&#8216;a=&#8217;,a)
else
if  (b&#60;a) and (b&#60;c) then writeln(&#8216;b=&#8217;,b)
else
if (c&#60;a)and (c&#60;b) then writeln(&#8216;c=&#8217;,c)
else writeln(&#8216;nr sunt egale&#8217;);
end;
readln;
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=31&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program cel_mai_mare_nr;<br />
var a,b,c:integer;<br />
begin<br />
write(&#8216;a=&#8217;);<br />
readln(a);<br />
write(&#8216;b=&#8217;);<br />
readln(b);<br />
write(&#8216;c=&#8217;);<br />
readln(c);<br />
begin<br />
if (a&lt;b) and (a&lt;c) then writeln(&#8216;a=&#8217;,a)<br />
else<br />
if  (b&lt;a) and (b&lt;c) then writeln(&#8216;b=&#8217;,b)<br />
else<br />
if (c&lt;a)and (c&lt;b) then writeln(&#8216;c=&#8217;,c)<br />
else writeln(&#8216;nr sunt egale&#8217;);<br />
end;<br />
readln;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=31&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/29/afiseaza-cel-mai-mic-nr-din-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>Instructiunea FOR(ridica la patrat nr introdus de cate ori vrei(trebuie sa modifici cifra de dupa to si el va ridica la putera a doua pana va ajunge la nr introdus) :</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/29/instructiunea-forridica-la-patrat-nr-introdus-de-cate-ori-vreitrebuie-sa-modifici-cifra-de-dupa-to-si-el-va-ridica-la-putera-a-doua-pana-va-ajunge-la-nr-introdus/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/29/instructiunea-forridica-la-patrat-nr-introdus-de-cate-ori-vreitrebuie-sa-modifici-cifra-de-dupa-to-si-el-va-ridica-la-putera-a-doua-pana-va-ajunge-la-nr-introdus/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 18:05:29 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/?p=30</guid>
		<description><![CDATA[program instructiune_for;
var a:longint;
begin
write(&#8216;a=&#8217;);
readln(a);
for a:=1 to 10 do&#8212;-&#62;&#62;&#62;&#62;(in loc de 10 puneti nr dorit).
writeln(sqr(a));
readln;
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=30&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program instructiune_for;<br />
var a:longint;<br />
begin<br />
write(&#8216;a=&#8217;);<br />
readln(a);<br />
for a:=1 to 10 do&#8212;-&gt;&gt;&gt;&gt;(in loc de 10 puneti nr dorit).<br />
writeln(sqr(a));<br />
readln;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=30&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/29/instructiunea-forridica-la-patrat-nr-introdus-de-cate-ori-vreitrebuie-sa-modifici-cifra-de-dupa-to-si-el-va-ridica-la-putera-a-doua-pana-va-ajunge-la-nr-introdus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>Numele presedintelui(demonstreaza ca instructiunea case se poate folosi si pe string-uri):</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/29/numele-presedintelui/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/29/numele-presedintelui/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 09:08:06 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/2008/02/29/numele-presedintelui/</guid>
		<description><![CDATA[program prenume_presedintele_tarii;
var x:integer;
begin
writeln(&#8216;care este prenumele presedintelui tari&#8217;);
writeln(&#8216;1 -&#62; traian&#8217;);
writeln(&#8216;2 -&#62; taienel&#8217;);
writeln(&#8216;3 -&#62; ion&#8217;);
readln(x);
case x of
1:writeln(&#8216;Iti iubesti tara&#8217;);
2:writeln(&#8216;ai fost aproape&#8217;);
3:writeln(&#8216;Nu iti iubesti tara&#8217;);
end;
readln;
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=29&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program prenume_presedintele_tarii;<br />
var x:integer;<br />
begin<br />
writeln(&#8216;care este prenumele presedintelui tari&#8217;);<br />
writeln(&#8216;1 -&gt; traian&#8217;);<br />
writeln(&#8216;2 -&gt; taienel&#8217;);<br />
writeln(&#8216;3 -&gt; ion&#8217;);<br />
readln(x);<br />
case x of<br />
1:writeln(&#8216;Iti iubesti tara&#8217;);<br />
2:writeln(&#8216;ai fost aproape&#8217;);<br />
3:writeln(&#8216;Nu iti iubesti tara&#8217;);<br />
end;<br />
readln;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=29&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/29/numele-presedintelui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>Afiseaza tabla inmultiri:</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/27/afiseaza-tabla-inmultiri/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/27/afiseaza-tabla-inmultiri/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:49:45 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/2008/02/27/afiseaza-tabla-inmultiri/</guid>
		<description><![CDATA[program tabla_inmultiri;
var a,b:integer;
begin
for a:=1 to 10 do
begin
for b:=1 to 10 do
write(a:2,&#8217;*',b:2,&#8217;=',a*b:2);
writeln ;
readln;
end;
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=28&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program tabla_inmultiri;<br />
var a,b:integer;<br />
begin<br />
for a:=1 to 10 do<br />
begin<br />
for b:=1 to 10 do<br />
write(a:2,&#8217;*',b:2,&#8217;=',a*b:2);<br />
writeln ;<br />
readln;<br />
end;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=28&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/27/afiseaza-tabla-inmultiri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>Caluleaza cel mai mare divizor comun(cmmdc):</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/27/caluleaza-cel-mai-mare-divizor-comuncmmdc/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/27/caluleaza-cel-mai-mare-divizor-comuncmmdc/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:41:00 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/2008/02/27/caluleaza-cel-mai-mare-divizor-comuncmmdc/</guid>
		<description><![CDATA[program Cmmdc;
var n,m,n1,m1,r:integer;
begin
writeln(&#8216;D@ny(CJ)!&#8217;);
write(&#8216;n=&#8217;);
readln(n);
write(&#8216;m=&#8217;);
readln(m);
n1:=n;
m1:=m;
if n&#60;m then
Begin
r:=n;
n:=m;
m:=r;
end;
repeat
r:=n mod m;
n:=m;
m:=r;
until r=0;
writeln(&#8216;cmmdc(&#8216;,n1,&#8217;,',m1,&#8217;)=&#8217;,n);
readln;
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=27&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program Cmmdc;<br />
var n,m,n1,m1,r:integer;<br />
begin<br />
writeln(&#8216;D@ny(CJ)!&#8217;);<br />
write(&#8216;n=&#8217;);<br />
readln(n);<br />
write(&#8216;m=&#8217;);<br />
readln(m);<br />
n1:=n;<br />
m1:=m;<br />
if n&lt;m then<br />
Begin<br />
r:=n;<br />
n:=m;<br />
m:=r;<br />
end;<br />
repeat<br />
r:=n mod m;<br />
n:=m;<br />
m:=r;<br />
until r=0;<br />
writeln(&#8216;cmmdc(&#8216;,n1,&#8217;,',m1,&#8217;)=&#8217;,n);<br />
readln;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=27&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/27/caluleaza-cel-mai-mare-divizor-comuncmmdc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>6 din 49 dar numerele sunt puse de mine le puteti modifica&#8230;.:</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/26/6-din-49-dar-numerele-sunt-puse-de-mine-le-puteti-modifica/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/26/6-din-49-dar-numerele-sunt-puse-de-mine-le-puteti-modifica/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 20:40:04 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/2008/02/26/6-din-49-dar-numerele-sunt-puse-de-mine-le-puteti-modifica/</guid>
		<description><![CDATA[program loto;
var a,b,c,d,e,f:integer;
begin
writeln(&#8216;apasa o tasta intre 1 si 49&#8242;);
write(&#8216;primul nr ales=&#8217;);
readln(a);
write(&#8216;al doilea nr ales=&#8217;);
readln(b);
write(&#8216;al treilea nr ales=&#8217;);
readln(c);
write(&#8216;al partulea nr ales=&#8217;);
readln(d);
write(&#8216;al cincilea nr ales=&#8217;);
readln(e);
write(&#8217;si al saselea nr ales=&#8217;);
readln(f);
if (a=1) and (b=2) and (c=3) and (d=4) and (e=5)and(f=6) then
writeln(&#8216;esti castigator la 6 din 49,ai ales numerele 1,2,3,4,5,6&#8242;)
else writeln(&#8216;esti un loozer,Numerele erau la mintea cocosului,Hai ca ti le [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=26&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program loto;<br />
var a,b,c,d,e,f:integer;<br />
begin<br />
writeln(&#8216;apasa o tasta intre 1 si 49&#8242;);<br />
write(&#8216;primul nr ales=&#8217;);<br />
readln(a);<br />
write(&#8216;al doilea nr ales=&#8217;);<br />
readln(b);<br />
write(&#8216;al treilea nr ales=&#8217;);<br />
readln(c);<br />
write(&#8216;al partulea nr ales=&#8217;);<br />
readln(d);<br />
write(&#8216;al cincilea nr ales=&#8217;);<br />
readln(e);<br />
write(&#8217;si al saselea nr ales=&#8217;);<br />
readln(f);<br />
if (a=1) and (b=2) and (c=3) and (d=4) and (e=5)and(f=6) then<br />
writeln(&#8216;esti castigator la 6 din 49,ai ales numerele 1,2,3,4,5,6&#8242;)<br />
else writeln(&#8216;esti un loozer,Numerele erau la mintea cocosului,Hai ca ti le zic eu &#8230;..1,2,3,4,5,6&#8242;);<br />
readln;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=26&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/26/6-din-49-dar-numerele-sunt-puse-de-mine-le-puteti-modifica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>Transforma din secunde in minute:</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/26/transforma-din-secunde-in-minute/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/26/transforma-din-secunde-in-minute/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 19:56:12 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/2008/02/26/transforma-din-secunde-in-minute/</guid>
		<description><![CDATA[program secunde_minute;
var m:longint;
s:longint;
begin
write(&#8217;secunde=&#8217;);
readln(s);
m:=s;
s:=m div 60;
writeln(&#8216;Minute=&#8217;,s);
readln;
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=25&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program secunde_minute;<br />
var m:longint;<br />
s:longint;<br />
begin<br />
write(&#8217;secunde=&#8217;);<br />
readln(s);<br />
m:=s;<br />
s:=m div 60;<br />
writeln(&#8216;Minute=&#8217;,s);<br />
readln;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=25&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/26/transforma-din-secunde-in-minute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
		<item>
		<title>Transforma din minute in secunde:</title>
		<link>http://firstotherstuff.wordpress.com/2008/02/26/transforma-din-minute-in-secunde/</link>
		<comments>http://firstotherstuff.wordpress.com/2008/02/26/transforma-din-minute-in-secunde/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 19:48:20 +0000</pubDate>
		<dc:creator>firstotherstuff</dc:creator>
				<category><![CDATA[Chestii]]></category>

		<guid isPermaLink="false">http://firstotherstuff.wordpress.com/2008/02/26/transforma-din-minute-in-secunde/</guid>
		<description><![CDATA[program minute_secunde;
var m,s:longint;
begin
write(&#8216;m=&#8217;);
readln(m);
m:=m;
s:=m*60;
writeln(&#8217;s=&#8217;,s);
readln;
end.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=23&subd=firstotherstuff&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>program minute_secunde;<br />
var m,s:longint;<br />
begin<br />
write(&#8216;m=&#8217;);<br />
readln(m);<br />
m:=m;<br />
s:=m*60;<br />
writeln(&#8217;s=&#8217;,s);<br />
readln;<br />
end.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/firstotherstuff.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/firstotherstuff.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firstotherstuff.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firstotherstuff.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firstotherstuff.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firstotherstuff.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firstotherstuff.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firstotherstuff.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firstotherstuff.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firstotherstuff.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firstotherstuff.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firstotherstuff.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firstotherstuff.wordpress.com&blog=2964090&post=23&subd=firstotherstuff&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://firstotherstuff.wordpress.com/2008/02/26/transforma-din-minute-in-secunde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58fa3ad0f689289397aabd01af843e1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">firstotherstuff</media:title>
		</media:content>
	</item>
	</channel>
</rss>