import std; void main() { long A, B; readf("%d %d\n", A, B); writeln(A < B.abs ? "Yes" : "No"); }