p,c=map(int,input().split()) a = [2,3,5,7,11,13] b = [4,6,8,9,10,12] t = (sum(a)/6) ** p tt = (sum(b)/6) ** c print(t*tt)