1876: 最大报酬
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1
Solved:1
Description
Input
T代表工作时长(单位h,0<T<1000000),n代表工作数量(1<n≤3000)。
接下来是n行,每行包含两个整数t,w。
Output
输出小明制定工作时长内工作可获得的最大报酬。
Sample Input Copy
40 3
20 10
20 20
20 5
Sample Output Copy
30