#include #include #define NMAX (50) #define INF (99999999) int load[NMAX+5][NMAX+5]; int restCost[NMAX+5]; int min(int a, int b){ if(a