atcoder#DDCC2020QUALA. DDCC Finals
DDCC Finals
Score: points
Problem Statement
We held two competitions: Coding Contest and Robot Maneuver.
In each competition, the contestants taking the -rd, -nd, and -st places receive , , and yen (the currency of Japan), respectively. Furthermore, a contestant taking the first place in both competitions receives an additional yen.
DISCO-Kun took the -th place in Coding Contest and the -th place in Robot Maneuver. Find the total amount of money he earned.
Constraints
- and are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the amount of money DISCO-Kun earned, as an integer.
1 1
1000000
In this case, he earned yen in Coding Contest and another yen in Robot Maneuver. Furthermore, as he won both competitions, he got an additional yen. In total, he made yen.
3 101
100000
In this case, he earned yen in Coding Contest.
4 4
0
In this case, unfortunately, he was the highest-ranked contestant without prize money in both competitions.