[UVA][dp] 10690 - Expression Again
Problem C
Expression Again
Input: standard input
Output: standard output
Time
Limit: 6 seconds
You are given an algebraic expression of the form
(x1+x2+x3+.....+xn)*(y1+y2+.........+ym) and (n+m) integers. You
have to find the maximum and minimum value of ...