#!/usr/bin/python a = [2, 3, 5, 7, 11, 13] b = [4, 6, 8, 9, 10, 12] p, c = map(int, raw_input().split()) print (sum(a)/6.)**p * (sum(b)/6.)**c