local m, d = io.read("*n", "*n") if m == 4 and d == 1 then print("AprilFool") else print(m + d) end