Ver Mensaje Individual
  #67 (permalink)  
Antiguo 17/08/2010, 09:17
Hidek1
Colaborador
 
Fecha de Ingreso: octubre-2009
Ubicación: Tokyo - Japan !
Mensajes: 3.867
Antigüedad: 14 años, 6 meses
Puntos: 334
Respuesta: Reto: Números Romanos

Código PHP:
$start microtime(true);
for(
$a 1$a 200; ++$a){
    for(
$i 1$i 4000; ++$i) {
        
romanNumber($i);
    }
}
echo 
microtime(true) - $start
cuantos segundos te tira esa?
__________________
More about me...
~ @rhyudek1
~ Github