Description

給你兩數值 $a,\ b$,請你求出 $\frac{(a + b)}{2}$ 無條件捨去到整數位的值。


對於所有測試資料:
$1 \le a,\ b \le $ $10$$8$

Input Format

輸入僅一行,有兩個整數 $a,\ b$。

Output Format

輸出一個整數代表 $\frac{(a + b)}{2}$ 無條件捨去到整數位的值。

Sample Input 1

1 2

Sample Output 1

1

Sample Input 2

5 7

Sample Output 2

6

Sample Input 3

3 3

Sample Output 3

3

Hints

Problem Source

Subtasks

No. Testdata Range Constraints Score
1 0~2 範例測試資料。 0
2 2~7 輸入滿足 $a = b$。 35
3 0~12 無額外限制。 65

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 65536 65536 1 3
1 1000 65536 65536 1 3
2 1000 65536 65536 1 2 3
3 1000 65536 65536 2 3
4 1000 65536 65536 2 3
5 1000 65536 65536 2 3
6 1000 65536 65536 2 3
7 1000 65536 65536 2 3
8 1000 65536 65536 3
9 1000 65536 65536 3
10 1000 65536 65536 3
11 1000 65536 65536 3
12 1000 65536 65536 3