One
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 256 megabytes
Given two integers and .
Output "Yes" if . Otherwise, output "No".
Input
The first line contains two integers and ().
Output
Output "Yes" if . Otherwise, output "No".
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 553
Acceptance rate 54%