#D8740. Souvenirs

    ID: 7264 Type: Default 2000ms 268MiB

Souvenirs

Souvenirs

Input

The input is given from standard input in the following format.

H WH \ W a1,1 a1,2  a1,Wa_{1, 1} \ a_{1, 2} \ \cdots \ a_{1, W} a2,1 a2,2  a2,Wa_{2, 1} \ a_{2, 2} \ \cdots \ a_{2, W} $\vdots \ \ \ \ \ \ \ \ \ \ \vdots \ \ \ \ \ \ \ \ \ \ \vdots$ aH,1 aH,2  aH,Wa_{H, 1} \ a_{H, 2} \ \cdots \ a_{H, W}

Output

  • Print the maximum number of souvenirs they can get.

Constraints

  • 1H,W2001 \le H, W \le 200
  • 0ai,j1050 \le a_{i, j} \le 10^5

Subtasks

Subtask 1 [ 50 points ]

  • The testcase in the subtask satisfies 1H21 \le H \le 2.

Subtask 2 [ 80 points ]

  • The testcase in the subtask satisfies 1H31 \le H \le 3.

Subtask 3 [ 120 points ]

  • The testcase in the subtask satisfies 1H,W71 \le H, W \le 7.

Subtask 4 [ 150 points ]

  • The testcase in the subtask satisfies 1H,W301 \le H, W \le 30.

Subtask 5 [ 200 points ]

  • There are no additional constraints.

Output

  • Print the maximum number of souvenirs they can get.

Constraints

  • 1H,W2001 \le H, W \le 200
  • 0ai,j1050 \le a_{i, j} \le 10^5

Subtasks

Subtask 1 [ 50 points ]

  • The testcase in the subtask satisfies 1H21 \le H \le 2.

Subtask 2 [ 80 points ]

  • The testcase in the subtask satisfies 1H31 \le H \le 3.

Subtask 3 [ 120 points ]

  • The testcase in the subtask satisfies 1H,W71 \le H, W \le 7.

Subtask 4 [ 150 points ]

  • The testcase in the subtask satisfies 1H,W301 \le H, W \le 30.

Subtask 5 [ 200 points ]

  • There are no additional constraints.

Input

The input is given from standard input in the following format.

H WH \ W a1,1 a1,2  a1,Wa_{1, 1} \ a_{1, 2} \ \cdots \ a_{1, W} a2,1 a2,2  a2,Wa_{2, 1} \ a_{2, 2} \ \cdots \ a_{2, W} $\vdots \ \ \ \ \ \ \ \ \ \ \vdots \ \ \ \ \ \ \ \ \ \ \vdots$ aH,1 aH,2  aH,Wa_{H, 1} \ a_{H, 2} \ \cdots \ a_{H, W}

Examples

Input

3 3 1 0 5 2 2 3 4 2 4

Output

21

Input

6 6 1 2 3 4 5 6 8 6 9 1 2 0 3 1 4 1 5 9 2 6 5 3 5 8 1 4 1 4 2 1 2 7 1 8 2 8

Output

97

inputFormat

Input

The input is given from standard input in the following format.

H WH \ W a1,1 a1,2  a1,Wa_{1, 1} \ a_{1, 2} \ \cdots \ a_{1, W} a2,1 a2,2  a2,Wa_{2, 1} \ a_{2, 2} \ \cdots \ a_{2, W} $\vdots \ \ \ \ \ \ \ \ \ \ \vdots \ \ \ \ \ \ \ \ \ \ \vdots$ aH,1 aH,2  aH,Wa_{H, 1} \ a_{H, 2} \ \cdots \ a_{H, W}

outputFormat

Output

  • Print the maximum number of souvenirs they can get.

Constraints

  • 1H,W2001 \le H, W \le 200
  • 0ai,j1050 \le a_{i, j} \le 10^5

Subtasks

Subtask 1 [ 50 points ]

  • The testcase in the subtask satisfies 1H21 \le H \le 2.

Subtask 2 [ 80 points ]

  • The testcase in the subtask satisfies 1H31 \le H \le 3.

Subtask 3 [ 120 points ]

  • The testcase in the subtask satisfies 1H,W71 \le H, W \le 7.

Subtask 4 [ 150 points ]

  • The testcase in the subtask satisfies 1H,W301 \le H, W \le 30.

Subtask 5 [ 200 points ]

  • There are no additional constraints.

Output

  • Print the maximum number of souvenirs they can get.

Constraints

  • 1H,W2001 \le H, W \le 200
  • 0ai,j1050 \le a_{i, j} \le 10^5

Subtasks

Subtask 1 [ 50 points ]

  • The testcase in the subtask satisfies 1H21 \le H \le 2.

Subtask 2 [ 80 points ]

  • The testcase in the subtask satisfies 1H31 \le H \le 3.

Subtask 3 [ 120 points ]

  • The testcase in the subtask satisfies 1H,W71 \le H, W \le 7.

Subtask 4 [ 150 points ]

  • The testcase in the subtask satisfies 1H,W301 \le H, W \le 30.

Subtask 5 [ 200 points ]

  • There are no additional constraints.

Input

The input is given from standard input in the following format.

H WH \ W a1,1 a1,2  a1,Wa_{1, 1} \ a_{1, 2} \ \cdots \ a_{1, W} a2,1 a2,2  a2,Wa_{2, 1} \ a_{2, 2} \ \cdots \ a_{2, W} $\vdots \ \ \ \ \ \ \ \ \ \ \vdots \ \ \ \ \ \ \ \ \ \ \vdots$ aH,1 aH,2  aH,Wa_{H, 1} \ a_{H, 2} \ \cdots \ a_{H, W}

Examples

Input

3 3 1 0 5 2 2 3 4 2 4

Output

21

Input

6 6 1 2 3 4 5 6 8 6 9 1 2 0 3 1 4 1 5 9 2 6 5 3 5 8 1 4 1 4 2 1 2 7 1 8 2 8

Output

97

样例

6 6
1 2 3 4 5 6
8 6 9 1 2 0
3 1 4 1 5 9
2 6 5 3 5 8
1 4 1 4 2 1
2 7 1 8 2 8
97