[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RES: OT - Computador Quantico.



Em Sexta 16 Fevereiro 2007 09:57, Davi Vidal escreveu:
> Não sei se você pegou a idéia mas, na "trilogia de 4 volumes em 5 livros":
> O Guia do Mochileiro das Galáxias, o 42 é tido como "a resposta para as
> três perguntas fundamentais: 'da onde viemos?', 'para onde vamos?' e 'onde
> vamos almoçar hoje?'". =]

Totalmente off-topic mas não deu para resistir...

/** 
 * The Hitch Hiker's Guide to the Galaxy 
 * The Answer to Life, the Universe, and Everything
 */
#include <iostream>

#define SIX    1 + 5
#define NINE   8 + 1

using namespace std;

int main(void) {
    cout << "The Answer to Life, "
            "the Universe, "
            "and Everything is " 
         << SIX * NINE 
         << endl;
    return EXIT_SUCCESS;
}

-- 
Cesar Gimenes http://crg.eti.br
Linux user #76132



Reply to: