<?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: Updated: Announcing Variable Time Limits Based on Programming Language</title>
	<atom:link href="http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/</link>
	<description>Practice. Compete. Discuss.</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: JM</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-4625</link>
		<dc:creator>JM</dc:creator>
		<pubDate>Sun, 15 Jan 2012 23:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-4625</guid>
		<description>It is odd that Java and Scala have different time limits, given that both run on same JVM and scala can, at most, be as fast as Java can(in most cases).</description>
		<content:encoded><![CDATA[<p>It is odd that Java and Scala have different time limits, given that both run on same JVM and scala can, at most, be as fast as Java can(in most cases).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to register a website</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-4589</link>
		<dc:creator>How to register a website</dc:creator>
		<pubDate>Thu, 24 Nov 2011 13:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-4589</guid>
		<description>I would love to learn more about technical and programming related things. 
Great post, and i loved it. </description>
		<content:encoded><![CDATA[<p>I would love to learn more about technical and programming related things. <br />
Great post, and i loved it. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike S</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-4586</link>
		<dc:creator>Mike S</dc:creator>
		<pubDate>Tue, 22 Nov 2011 21:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-4586</guid>
		<description>I am having issues getting Haskell to run in the allotted time.  Have you seen requests for a multiplier on Haskell? I am using the same algorithm as efficient solutions in other languages.</description>
		<content:encoded><![CDATA[<p>I am having issues getting Haskell to run in the allotted time.  Have you seen requests for a multiplier on Haskell? I am using the same algorithm as efficient solutions in other languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-1396</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-1396</guid>
		<description>You dont get it, because you do not understand the limitations of virtual machines and interpreted languages as opposed to compiled languages</description>
		<content:encoded><![CDATA[<p>You dont get it, because you do not understand the limitations of virtual machines and interpreted languages as opposed to compiled languages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: itjob123</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-127</link>
		<dc:creator>itjob123</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-127</guid>
		<description>You dont get it, because you do not understand the limitations of virtual machines and interpreted languages as opposed to compiled languages</description>
		<content:encoded><![CDATA[<p>You dont get it, because you do not understand the limitations of virtual machines and interpreted languages as opposed to compiled languages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: itjob123</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-2452</link>
		<dc:creator>itjob123</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-2452</guid>
		<description>You dont get it, because you do not understand the limitations of virtual machines and interpreted languages as opposed to compiled languages</description>
		<content:encoded><![CDATA[<p>You dont get it, because you do not understand the limitations of virtual machines and interpreted languages as opposed to compiled languages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: INTEST</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-1397</link>
		<dc:creator>INTEST</dc:creator>
		<pubDate>Sun, 01 Nov 2009 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-1397</guid>
		<description>#include &lt;iostream&gt;
#include &lt;cstdio&gt;
int main(void) {
unsigned int count=0,i=0;
long unsigned int k,n;
unsigned int temp;
fscanf(stdin,&quot;%uld&quot;,&amp;n);
fscanf(stdin,&quot;%uld&quot;,&amp;k);
if(k&lt;=10000000){
                while(i&lt;n &amp;&amp; std::cin&gt;&gt;temp &amp;&amp; temp&lt;=1000000000){
                           if(temp%k==0)count++;
                           i++;
                }
               }
std::cout&lt;&lt;count;                
return 0;
}

WHY TIME LIMIT IS EXCEEDING............what&#039;s wrong with this</description>
		<content:encoded><![CDATA[<p>#include <iostream><br />
#include <cstdio><br />
int main(void) {<br />
unsigned int count=0,i=0;<br />
long unsigned int k,n;<br />
unsigned int temp;<br />
fscanf(stdin,&#8221;%uld&#8221;,&#038;n);<br />
fscanf(stdin,&#8221;%uld&#8221;,&#038;k);<br />
if(k< =10000000){<br />
                while(i<n &#038;&#038; std::cin>>temp &#038;&#038; temp<=1000000000){<br />
                           if(temp%k==0)count++;<br />
                           i++;<br />
                }<br />
               }<br />
std::cout<<count;<br />
return 0;<br />
}</p>
<p>WHY TIME LIMIT IS EXCEEDING&#8230;&#8230;&#8230;&#8230;what&#8217;s wrong with this</cstdio></iostream></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: INTEST</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-126</link>
		<dc:creator>INTEST</dc:creator>
		<pubDate>Sun, 01 Nov 2009 13:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-126</guid>
		<description>#include &lt;iostream&gt;&lt;br&gt;#include &lt;cstdio&gt;&lt;br&gt;int main(void) {&lt;br&gt;unsigned int count=0,i=0;&lt;br&gt;long unsigned int k,n;&lt;br&gt;unsigned int temp;&lt;br&gt;fscanf(stdin,&quot;%uld&quot;,&amp;n);&lt;br&gt;fscanf(stdin,&quot;%uld&quot;,&amp;k);&lt;br&gt;if(k&lt;=10000000){&lt;br&gt;                while(i&lt;n &amp;&amp; std::cin&gt;&gt;temp &amp;&amp; temp&lt;=1000000000){&lt;br&gt;                           if(temp%k==0)count++;&lt;br&gt;                           i++;&lt;br&gt;                }&lt;br&gt;               }&lt;br&gt;std::cout&lt;&lt;count;                &lt;br&gt;return 0;&lt;br&gt;}&lt;br&gt;&lt;br&gt;WHY TIME LIMIT IS EXCEEDING............what&#039;s wrong with this</description>
		<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />#include &lt;cstdio&gt;<br />int main(void) {<br />unsigned int count=0,i=0;<br />long unsigned int k,n;<br />unsigned int temp;<br />fscanf(stdin,&#8221;%uld&#8221;,&#038;n);<br />fscanf(stdin,&#8221;%uld&#8221;,&#038;k);<br />if(k&lt;=10000000){<br />                while(i&lt;n &#038;&#038; std::cin&gt;&gt;temp &#038;&#038; temp&lt;=1000000000){<br />                           if(temp%k==0)count++;<br />                           i++;<br />                }<br />               }<br />std::cout&lt;&lt;count;                <br />return 0;<br />}</p>
<p>WHY TIME LIMIT IS EXCEEDING&#8230;&#8230;&#8230;&#8230;what&#39;s wrong with this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: INTEST</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-2451</link>
		<dc:creator>INTEST</dc:creator>
		<pubDate>Sun, 01 Nov 2009 13:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-2451</guid>
		<description>#include &lt;iostream&gt;#include &lt;cstdio&gt;int main(void) {unsigned int count=0,i=0;long unsigned int k,n;unsigned int temp;fscanf(stdin,&quot;%uld&quot;,&amp;n);fscanf(stdin,&quot;%uld&quot;,&amp;k);if(k&lt;=10000000){                while(i&lt;n &amp;&amp; std::cin&gt;&gt;temp &amp;&amp; temp&lt;=1000000000){                           if(temp%k==0)count++;                           i++;                }               }std::cout&lt;&lt;count;                return 0;}WHY TIME LIMIT IS EXCEEDING............what&#039;s wrong with this</description>
		<content:encoded><![CDATA[<p>#include &lt;iostream&gt;#include &lt;cstdio&gt;int main(void) {unsigned int count=0,i=0;long unsigned int k,n;unsigned int temp;fscanf(stdin,&#8221;%uld&#8221;,&amp;n);fscanf(stdin,&#8221;%uld&#8221;,&amp;k);if(k&lt;=10000000){                while(i&lt;n &amp;&amp; std::cin&gt;&gt;temp &amp;&amp; temp&lt;=1000000000){                           if(temp%k==0)count++;                           i++;                }               }std::cout&lt;&lt;count;                return 0;}WHY TIME LIMIT IS EXCEEDING&#8230;&#8230;&#8230;&#8230;what&#039;s wrong with this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Nagre (Aby)</title>
		<link>http://blog.codechef.com/2009/04/01/announcing-time-limits-based-on-programming-language/#comment-125</link>
		<dc:creator>Abhijeet Nagre (Aby)</dc:creator>
		<pubDate>Wed, 02 Sep 2009 22:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codechef.com/?p=171#comment-125</guid>
		<description>Hi, What is the multiplier for C#? The same logic also applies for keeping a higher multiplier for C# as well, since C# code is complied Just In Time.

Thanks,
Abhijeet.</description>
		<content:encoded><![CDATA[<p>Hi, What is the multiplier for C#? The same logic also applies for keeping a higher multiplier for C# as well, since C# code is complied Just In Time.</p>
<p>Thanks,<br />
Abhijeet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

