Problem2106--ABC128A - Apple Pie

2106: ABC128A - Apple Pie

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

Problem Statement

We have A apples and P pieces of apple.
We can cut an apple into three pieces of apple, and make one apple pie by simmering two pieces of apple in a pan.
Find the maximum number of apple pies we can make with what we have now.

Constraints

  • All values in input are integers.
  • 0A,P100

Input

Input

Input is given from Standard Input in the following format:

A P

Output

Output

Print the maximum number of apple pies we can make with what we have.

Sample Input Copy

1 3

Sample Output Copy

3

Source/Category