eolymp
bolt
Попробуйте наш новый интерфейс для отправки задач

POGODAK

Huseyn doesn’t like homeworks so he made a bet with Rashad . Loser will be writing homeworks for both of them the entire month. Huseyn wants to win so he designed this problem they could have something to bet on. At his desk he found a cube, with numbers 1 to 6 on its faces. Cube is shown on the picture. Additionally, sum of the numbers on opposing faces is equal to 7. That means that 6 is on the opposite face of 1, 5 on the opposite of 2 and 4 on the opposite face of 3. Huseyn has put the cube in the upper left field of the matrix of R rows and C columns. The cube is initially oriented in a way that upper side is showing number 1 , and side to the right number 3 .

Screenshot from 2019-11-07 19-35-29.png

Huseyn now makes the following moves:

  • 1) He is rolling the cube to the right, until it reaches the last column
  • 2) Then he rolls it down (to the next row)
  • 3) Now he rolls the cube to the left, until it reaches first column
  • 4) Like in step 2, he rolls it down (to the next row)

Huseyn is repeating these steps for as long as he can, i.e. as long as he can roll the cube in the next row. When a cube reaches some field, Huseyn writes down the number on the top of the cube. In the end he sums all of the numbers he had written. Huseyn made a bet with Rashad that he could calculate that sum without error. Help Rashad verifying Huseyn’s solution!

Input:

First and only line of input contains two positive integers. R and C (1R, C100 000), matrix dimensions.

Output

First and only line of input should contain the sum described in the task.

First test case explanation:

Numbers Huseyn wrote down are: Screenshot from 2019-11-07 19-47-35.png

Лимит времени 1 секунда
Лимит использования памяти 32 MiB
Входные данные #1
3 2
Выходные данные #1
19
Входные данные #2
3 4
Выходные данные #2
42
Входные данные #3
737 296
Выходные данные #3
763532
Источник IATI2019 Azerbaijan Selection based on Croatian Open Olympiad Round 3 2011/2012