You are given a grid. Each number in the grid is represented by where denotes the square at the row from the top and column from the left.
Bob gets confused. According to him, there are six integers whose values are fixed and the number written in the square is equal to . You are required to determine whether Bob is correct or not.
Input format
Output format
For each test case, print YES if Bob's statement is correct. Otherwise, print NO in a new line.
Constraints
For first testcase, the set of integers = . Therfore, Lucky's statement is correct.
For second testcase, there are no possible set of integers. Therefore, Lucky's statement must be incorrect.