atcoder#PANASONIC2020B. Bishop
Bishop
Score : points
Problem Statement
We have a board with horizontal rows and vertical columns of squares. There is a bishop at the top-left square on this board. How many squares can this bishop reach by zero or more movements?
Here the bishop can only move diagonally. More formally, the bishop can move from the square at the -th row (from the top) and the -th column (from the left) to the square at the -th row and the -th column if and only if exactly one of the following holds:
For example, in the following figure, the bishop can move to any of the red squares in one move:
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the number of squares the bishop can reach.
4 5
10
The bishop can reach the cyan squares in the following figure:
7 3
11
The bishop can reach the cyan squares in the following figure:
1000000000 1000000000
500000000000000000