{"problem":{"name":"Task","description":{"content":"Today the company has $m$ tasks to complete. The $i-$th task need $x_i$ minutes to complete. Meanwhile, this task has a difficulty level $y_i$. The machine whose level below this task’s level $y_i$ ca","description_type":"Markdown"},"platform":"Luogu","limit":{"time_limit":1000,"memory_limit":524288},"difficulty":{"LuoguStyle":"P3"},"is_remote":true,"is_sync":true,"sync_url":null,"sign":"LGP10464"},"statements":[{"statement_type":"Markdown","content":"Today the company has $m$ tasks to complete. The $i-$th task need $x_i$ minutes to complete. Meanwhile, this task has a difficulty level $y_i$. The machine whose level below this task’s level $y_i$ cannot complete this task. If the company completes this task, they will get $(500\\times x_i+2\\times y_i)$ dollars.\n\nThe company has $n$ machines. Each machine has a maximum working time and a level. If the time for the task is more than the maximum working time of the machine, the machine can not complete this task. Each machine can only complete a task one day. Each task can only be completed by one machine.\n\nThe company hopes to maximize the number of the tasks which they can complete today. If there are multiple solutions, they hopes to make the money maximum.\n\n## Input\n\nThe input contains several test cases.\n\nThe first line contains two integers $N$ and $M$. $N$ is the number of the machines.M is the number of tasks $(1 \\leq N \\leq 100000, 1\\leq M\\leq 100000)$.\n\nThe following $N$ lines each contains two integers $x_i(0<x_i<1440),y_i(0\\leq yi\\leq 100)$. $x_i$ is the maximum time the machine can work. $y_i$ is the level of the machine. \n\nThe following $M$ lines each contains two integers $x_i(0<x_i<1440),y_i(0\\leq y_i\\leq 100)$. $x_i$ is the time we need to complete the task. $y_i$ is the level of the task.\n\n## Output\n\nFor each test case, output two integers, the maximum number of the tasks which the company can complete today and the money they will get.\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"LGP10464","tags":["贪心"],"sample_group":[["1 2 \n100 3 \n100 2 \n100 1","1 50004"]],"created_at":"2026-03-03 11:09:25"}}