Problem6210--关系运算运用 2

6210: 关系运算运用 2

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 256 MiB

Description

输入两个整数 $a,b$,如果 $a < b$,输出 Yes,否则输出 No。

Input

输入两个整数 $a,b\ (−1,000,000≤a,b≤1,000,000)$。

Output

输出格式见题目描述。

Sample 1 Input

3 5

Sample 1 Output

Yes

Sample 2 Input

12 12

Sample 2 Output

No

Sample 3 Input

100 3

Sample 3 Output

No

Source/Category