A, B = map(int,input().split()) print((B - A) ** 3 / 6)