p, k = map(int, input().split()) a = (p * 11 + k * 17) & 127 if a & 4: print(1 // 0)