PINTORES - Dos pintores y una pieza

no tags 

English

In a house there is a big room that needs to be painted. A painter A spends 4 hours to paint it alone. Another painter B spends 2 hours to paint it alone.

How many time would spend if the two painters paint the room together?

Input

Two integer values:

  1. Time that A spends to paint the room (in hours, an integer number).
  2. Time that B spends to paint the room (in hours, an integer number).

Output

Number of minutes that both painters spend when they paint the room together.

Example

Input:
4
2

Output:
80

 

Español

En una casa hay una habitación grande que hay que pintar. Un pintor, A, tarda 4 horas en pintarla solo. El otro, B, tarda 2 horas.

Cúanto tardarían si los dos se ponen a pintarla juntos?.

Input

Dos entradas:

  1. Tiempo que tarda en pintar la habitación el pintor A (en horas, un número entero).
  2. Tiempo que tarda en pintar la habitación el pintor A (en horas, un número entero).

Output

Cantidad de minutos que tardan en pintar la habitación ambos pintores juntos.

Example

Input:
4
2

Output:
80


Added by:Coach UTN FRSF
Date:2015-04-07
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ASM64 JS-MONKEY