CF39D.Cubical Planet

传统题 时间 2000 ms 内存 256 MiB 5 尝试 1 已通过 1 标签

Cubical Planet

You can find anything whatsoever in our Galaxy! A cubical planet goes round an icosahedral star. Let us introduce a system of axes so that the edges of the cubical planet are parallel to the coordinate axes and two opposite vertices lay in the points (0, 0, 0) and (1, 1, 1). Two flies live on the planet. At the moment they are sitting on two different vertices of the cubical planet. Your task is to determine whether they see each other or not. The flies see each other when the vertices they occupy lie on the same face of the cube.

Input

The first line contains three space-separated integers (0 or 1) — the coordinates of the first fly, the second line analogously contains the coordinates of the second fly.

Output

Output "YES" (without quotes) if the flies see each other. Otherwise, output "NO".

Samples

0 0 0
0 1 0
YES
1 1 0
0 1 0
YES
0 0 0
1 1 1
NO

在线编程 IDE

建议全屏模式获得最佳体验