耍酷毛衣

文章
5
资源
0
加入时间
3年0月28天

hdu 1500 Chopsticks

http://acm.hdu.edu.cn/showproblem.php?pid=1500dp[i][j]为第i个人第j个筷子。 1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 using namespace std; 5 6 int dp...