import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner koko = new Scanner(System.in); int l = koko.nextInt(); long n = (l-1)/2; long kai = n*n; System.out.println(kai); } }