local a = io.read("*n") local b = io.read("*n") local ans = (function () return a <= b end)() and "Yes" or "No" print(ans)