Arithmetic Mean
CPU usage time limit is 1 second
Runtime memory usage limit is 256 megabytes
Cossack Vus has two integers and (). He found the arithmetic mean of these numbers (let it be the number ). That is, .
You are given the number (i.e., the smaller of the two numbers), as well as the number . Find .
Input
The first line contains one integer ().
The second line contains one integer ().
Output
Output one integer — .
Examples
Input
Answer
Submissions 1
Acceptance rate 100%