A1447.[COCI-2011_2012-contest3]#4 POGODAK
普及+/提高
通过率:0%
时间限制:1.00s
内存限制:128MB
题目描述
Mirko doesn’t like Latin homeworks so he made a bet with Slavko. Loser will be writing homeworks for both of them the entire month. Mirko 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.
Mirko 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.
Mirko now makes te following moves:
- He is rolling the cube to the right, until it reaches the last column
- Then he rolls it down (to the next row)
- Now he rolls the cube to the left, until it reaches first column
- Like in step 2, he rolls it down (to the next row)
Mirko 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, Mirko writes down the number on the top of the cube. In the end he sums all of the numbers he had written.
Mirko made a bet with Slavko that he could calculate that sum without error. Help Slavko verifying Mirko’s solution!
输入格式
First and only line of input contains two positive integers. R and C (1 ≤ R, C ≤ 100 000), matrix dimensions.
输出格式
First and only line of input should contain the sum described in the task.
输入输出样例
输入#1
3 2
输出#1
19
输入#2
3 4
输出#2
42
输入#3
737 296
输出#3
763532
说明/提示
In test cases worth 50% of total points, R and C will be less than or equal to 100.
First sample description: numbers Mirko wrote down are: