Alguém aqui participa de maratonas de programação??? Curte algoritmos e matemática??? Um cara postou na lista de discussões da maratona sobre um tipo de competição totalmente ao contrário, tipo, em vez de saber utilizar um algoritmo ou representar os dados de uma forma otimizada você deve fazer da forma mais inimáginavel possível!!!
<br><br>P.S.: Não tive a intenção de zoar o Ricardo Filipo pelo código... apenas o comentário do Luis Motta me lembrou disso...<br><br><img alt="" src="http://omg.worsethanfailure.com/Resources/Images/Primary/omg_logo.png" src="http://omg.worsethanfailure.com/Resources/Images/Primary/omg_logo.png">
 
<p>Unlike other programming contests, the goal of the OMGWTF contest is
not to flex your algorithmic muscles and solve some abstract
computational problem like you might in an <a href="http://icpc.baylor.edu/icpc/" href="http://icpc.baylor.edu/icpc/">ACM contest</a>. Nor is it like the <a href="http://www.ioccc.org/" href="http://www.ioccc.org/">International Obfuscated C Coding Contest
</a>;
in fact, writing code like that would be a surefire way to lose this
contest. Instead, the goal of the OMGWTF contest is to solve an
incredibly simple problem using the most obscenely convoluted way
imaginable. And for this first contest, the simple problem is to build
and implement the logic for a four-function calculator.</p><br><div><span class="gmail_quote">On 4/26/07, <b class="gmail_sendername">Luis Motta Campos</b> &lt;<a href="mailto:luismottacampos@yahoo.co.uk">luismottacampos@yahoo.co.uk
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Apr 26, 2007, at 4:46 PM, Ricardo Filipo wrote:<br>&gt; Oi, Henrique.
<br>&gt; Talvez o que vc precise seja o modulo Storable. Veja:<br>&gt; <a href="http://search.cpan.org/~ams/Storable-2.16/Storable.pm">http://search.cpan.org/~ams/Storable-2.16/Storable.pm</a><br>&gt;<br>&gt; Senão basta escrever os dados binários no arquivo.
<br>&gt; Abaixo uma matriz 5x5 com dados zero. Confira:<br>&gt;<br>&gt; &lt;code&gt;<br>&gt; for($i=1;$i&lt;5;$i++){for($j=1;$j&lt;5;$j++){$matriz[$i][$j]=0;}}<br>&gt; open (BINARIO, &quot;&gt;arq.bin&quot;); binmode(BINARIO);
<br>&gt; for ($i=1;$i&lt;5;$i++){for($j=1;$j&lt;5;$j++){print BINARIO $matriz[$i]<br>&gt; [$j];}}<br>&gt; &lt;/code&gt;<br><br>&nbsp;&nbsp; Minhanossasenhoraacherupitadebaixo!<br>Quasequeeunãoconsigolerestabagunçadecódigofonte,maseudesconfionquemeucom
<br>piladorCiagostardetentar...<br></blockquote></div><br clear="all"><br>-- <br>Henrique