<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Project Euler Problem #142!</title>
	<atom:link href="http://freelancersunite.net/project_euler/project-euler-problem-142/feed/" rel="self" type="application/rss+xml" />
	<link>http://freelancersunite.net/project_euler/project-euler-problem-142/</link>
	<description>&#34;look upon my works ye mighty and despair&#34;</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:16:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Serinox</title>
		<link>http://freelancersunite.net/project_euler/project-euler-problem-142/comment-page-1/#comment-134</link>
		<dc:creator>Serinox</dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://freelancersunite.net/?p=613#comment-134</guid>
		<description>You&#039;re quite right in that it is always zero. That line was part of an attempt to reduce the number checks for &#039;c&#039; I had to perform (it wasn&#039;t equal to zero then). However I abandoned that process when I realized that it wasn&#039;t going to make the solution run too much faster so I just set it to be zero and forgot about it.</description>
		<content:encoded><![CDATA[<p>You&#8217;re quite right in that it is always zero. That line was part of an attempt to reduce the number checks for &#8216;c&#8217; I had to perform (it wasn&#8217;t equal to zero then). However I abandoned that process when I realized that it wasn&#8217;t going to make the solution run too much faster so I just set it to be zero and forgot about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lector</title>
		<link>http://freelancersunite.net/project_euler/project-euler-problem-142/comment-page-1/#comment-133</link>
		<dc:creator>Lector</dc:creator>
		<pubDate>Tue, 31 Jan 2012 08:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://freelancersunite.net/?p=613#comment-133</guid>
		<description>Sorry for what is perhaps a stupid question, but why to have this code &quot;c = 5 + (0 &amp; a)&quot; in the second for, when (0 &amp; a) always returns zero?
Googling I found that &amp; is just bitwise AND and zero AND anything is zero.</description>
		<content:encoded><![CDATA[<p>Sorry for what is perhaps a stupid question, but why to have this code &#8220;c = 5 + (0 &amp; a)&#8221; in the second for, when (0 &amp; a) always returns zero?<br />
Googling I found that &amp; is just bitwise AND and zero AND anything is zero.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

