lanqiao 1174 小明的背包1
This commit is contained in:
@@ -19,3 +19,11 @@ signed main()
|
|||||||
cout << dp[n][V] << endl;
|
cout << dp[n][V] << endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
/* test samples -> 37
|
||||||
|
5 20
|
||||||
|
1 6
|
||||||
|
2 5
|
||||||
|
3 8
|
||||||
|
5 15
|
||||||
|
3 3
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user