0_0_30309399_28186.cpp: In function 'int main()':
0_0_30309399_28186.cpp:44:57: error: too few arguments to function 'int MAX(int, int, int)'
dp[k][j]=MAX(dp[k][j],dp[k][j-a[k][i].m]+a[k][i].v);
^
0_0_30309399_28186.cpp:9:5: note: declared here
int MAX(int a,int b,int c)
^
|