Farmer Yunji owns
Input Specification
The first line will contain two space-separated integers,
The next line will contain
Output Specification
On the first line, output the maximum amount of money Yunji can make per day after selling
Constraints
Subtask 1 [15%]
Subtask 2 [85%]
No additional constraints.
Sample Input 1
Copy
2 1
8 10
Sample Output 1
Copy
10
Sample Input 2
Copy
3 3
29 34 12
Sample Output 2
Copy
0
Comments
guys, remember to use
integer data type to store your sum, using normal 
integer data types is not enough for this question