p, c = map(int, input().split()) ep = (2+3+5+7+11+13)/6 ec = (4+6+8+9+10+12)/6 ans = ep**p*ec**c print(ans)