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