#E. Problem E. Segment-tree

    传统题 1000ms 256MiB

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