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