|
||||||||||
One fihgt oneTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3444 Accepted Submission(s): 1130 Problem Description Lv Bu and his soldiers are facing a cruel war¡ª¡ªCao Cao had his best generals just miles away. There¡¯s little time , but Lv Bu is unaware of how to arrange his warriors , what he know is that he have n brave generals while Cao Cao has m , and he has k fights to choose from , he¡¯d like to make all his n warriors participate in the battle but get the least injuries . Lv Bu is happy because there is always a good solution . So , now is your task to tell Lv Bu the least injuries his troop would get. No one could take part in two fights. Input Multiple cases. For each case ,there are three integers in the first line , namely n,m (1<=n<=m<=200)and k (n<=k<=m*n). The next k lines are the information about k possible fights , for each line are two strings (no more than 20 characters ) and an integer. The first string indicates Lv Bu¡¯s general and the second , of course , Cao Cao¡¯s , and the integer is the injury Lv Bu¡¯s general would get if this fight were chosen. Output One integer , the least injuries Lv Bu¡¯s generals would get. Sample Input
Sample Output
Author sh¨£áÌ Source | ||||||||||
|