<?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>Comentarios en: 500!</title>
	<atom:link href="http://kernelerror.net/programacion/500/feed/" rel="self" type="application/rss+xml" />
	<link>http://kernelerror.net/programacion/500/</link>
	<description>Segun nosotros, el mejor blog de la red</description>
	<lastBuildDate>Tue, 15 May 2012 23:41:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Click!</title>
		<link>http://kernelerror.net/programacion/500/comment-page-1/#comment-1290</link>
		<dc:creator>Click!</dc:creator>
		<pubDate>Mon, 30 Apr 2012 06:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://kernelerror.net/?p=1018#comment-1290</guid>
		<description>&lt;strong&gt;need eliminating the need of having a...&lt;/strong&gt;

permanent writer who has to be paid whether there is work or not. this significantly helps cut down on costs.online businesses are able to simulate the performance of other bigger and competitive companies in their market niche. by outsourcing web cont...</description>
		<content:encoded><![CDATA[<p><strong>need eliminating the need of having a&#8230;</strong></p>
<p>permanent writer who has to be paid whether there is work or not. this significantly helps cut down on costs.online businesses are able to simulate the performance of other bigger and competitive companies in their market niche. by outsourcing web cont&#8230;</p>
 <img src='http://kernelerror.net/v3/wp-content/plugins/wp-useragent/img/16/trackback/null.png' title='Unknown ' style='border:0px;vertical-align:middle;' alt='Unknown '> Unknown ]]></content:encoded>
	</item>
	<item>
		<title>Por: Camilo Romero</title>
		<link>http://kernelerror.net/programacion/500/comment-page-1/#comment-366</link>
		<dc:creator>Camilo Romero</dc:creator>
		<pubDate>Fri, 07 Aug 2009 04:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://kernelerror.net/?p=1018#comment-366</guid>
		<description>/*
 * Hecho por kalith  
 * Modificado 06/08/2009 por
 * Camilo Ernesto Romero Cuevas
 * Barquisimeto - Venezuela
 * 		ACM - UCLA
 */
import java.io.*;
import java.math.*;
import java.util.*;

class Main {
	public static void main(String[] args) throws Exception {
		String cad;
		BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
		BigInteger bi = BigInteger.valueOf(1);
		while ((cad = in.readLine()) != null) {
			System.out.println(cad + &quot;!&quot;);
			for(int i = Integer.parseInt(cad); i &gt;= 1; --i)
				bi = bi.multiply(BigInteger.valueOf(i));

			System.out.println(bi);

			bi = BigInteger.valueOf(1);
		}
	}
}

//Este es aceptado en UVa pero el tiempo de ejecucion con respecto a c++
//Es enorme Java 1.6seg a diferencia de c++ 0.116</description>
		<content:encoded><![CDATA[<p>/*<br />
 * Hecho por kalith<br />
 * Modificado 06/08/2009 por<br />
 * Camilo Ernesto Romero Cuevas<br />
 * Barquisimeto &#8211; Venezuela<br />
 * 		ACM &#8211; UCLA<br />
 */<br />
import java.io.*;<br />
import java.math.*;<br />
import java.util.*;</p>
<p>class Main {<br />
	public static void main(String[] args) throws Exception {<br />
		String cad;<br />
		BufferedReader in = new BufferedReader(new InputStreamReader(System.in));<br />
		BigInteger bi = BigInteger.valueOf(1);<br />
		while ((cad = in.readLine()) != null) {<br />
			System.out.println(cad + &#8220;!&#8221;);<br />
			for(int i = Integer.parseInt(cad); i &gt;= 1; &#8211;i)<br />
				bi = bi.multiply(BigInteger.valueOf(i));</p>
<p>			System.out.println(bi);</p>
<p>			bi = BigInteger.valueOf(1);<br />
		}<br />
	}<br />
}</p>
<p>//Este es aceptado en UVa pero el tiempo de ejecucion con respecto a c++<br />
//Es enorme Java 1.6seg a diferencia de c++ 0.116</p>
Usando <img src='http://kernelerror.net/v3/wp-content/plugins/wp-useragent/img/16/net/firefox.png' title='Firefox 3.0.13' style='border:0px;vertical-align:middle;' alt='Firefox 3.0.13'> Firefox 3.0.13 en <img src='http://kernelerror.net/v3/wp-content/plugins/wp-useragent/img/16/os/win-3.png' title='Windows Vista' style='border:0px;vertical-align:middle;' alt='Windows Vista'> Windows Vista]]></content:encoded>
	</item>
</channel>
</rss>

