import java.util.Scanner; public class Main { public static void main(String[] a) { System.out.println(3.5*(new Scanner(System.in)).nextInt()); } }