#49474: 簡單理解


0801elmer666@gmail.com (薛冠志)


m1, m2, r = map(int,input().split())
f = (6*m1*m2) // r ** 2
print(f)