Click Here to go back to the homepage.

A Real Challenge Solution:


import java.util.Scanner;

public class Kattis {
  public static void main(String[] args){
    System.out.println(Math.sqrt(new Scanner(System.in).nextLong())*4);
  }
}