<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Zespół Szkół i Placówek Oświatowych w Barlinku — Jaki trójkąt?]]></title>
		<link>https://ti.dxe.pl/forum/viewtopic.php?id=1122</link>
		<atom:link href="https://ti.dxe.pl/forum/extern.php?action=feed&amp;tid=1122&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Najświeższe odpowiedzi w Jaki trójkąt?.]]></description>
		<lastBuildDate>Tue, 16 Sep 2025 10:13:50 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Jaki trójkąt?]]></title>
			<link>https://ti.dxe.pl/forum/viewtopic.php?pid=1232#p1232</link>
			<description><![CDATA[<div class="codebox"><pre><code>&lt;script&gt;
  a = 4;
  b = 5;
  c = 6;

  if ((a+b&gt;c) &amp;&amp; (a+c&gt;b) &amp;&amp; (b+c&gt;a))
  {
    if ((a==b) &amp;&amp; (b==c)) document.write(&quot;To jest to trójkąt równoboczny&quot;);
    else
      if ((a==b) || (a==c) || (b==c)) document.write(&quot;To jest to trójkąt równoramienny&quot;);
      else document.write(&quot;To jest to trójkąt różnoboczny&quot;);
  }
  else document.write(&quot;Nie można zbudować trójkąta&quot;);
&lt;/script&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Tue, 16 Sep 2025 10:13:50 +0000</pubDate>
			<guid>https://ti.dxe.pl/forum/viewtopic.php?pid=1232#p1232</guid>
		</item>
	</channel>
</rss>
