Are you sure you want to participate in this contest ?
If you select a team then virtual participation for other team members will be disabled. So, pick one if and only if your teammates are ready to compete with you.
Calcule el perímetro mínimo de un rectángulo de área $A$.
Input
Línea #1: Un entero $A$ representando el área del rectángulo - $(1 \leq A \leq 10^6)$.
Output
Línea #2: $P$, el valor del perímetro mínimo de un rectángulo de área $A$. $P$ no debe diferir en valor absoluto en más de $10^{-5}$ de la respuesta correcta.
Sample test(s)
Input
4
--- Showing first 30 lines (click "Copy" to get full content) ---
Output
8
--- Showing first 30 lines (click "Copy" to get full content) ---