#3254. Zju1742 Gap

Zju1742 Gap

Background

Special for beginners, ^_^

Description

Given two integers x and y, print the sum.

Format

Input

4 行 7 列,表示初始状态。

Output

一个数,答案,如果无解则输出-1。

Samples

26 31 13 44 21 24 42
17 45 23 25 41 36 11
46 34 14 12 37 32 47
16 43 27 35 22 33 15
33

Limitation

1s, 1024KiB for each test case.