#P204. Problem E. Segment-tree

Problem E. Segment-tree

Background

image

Description

image Given two integers x and y, print the sum.

Format

Input

image Two integers x and y, satisfying 0x,y327670\leq x,y\leq 32767 .

Output

For each test case, output one line. If Lyra wins, output “Yes”, otherwise output “No” (without quotes).

Samples

2 
3 4 6 
3 5 5
Yes 
No

Note

The G of two test cases is in the following:

image

Limitation

Input file:

standard input

Output file:

standard output

Time limit: 6 seconds

Memory limit: 512 megabytes