C. Multiplicity 简单数论+dp(dp[i][j]=dp[i-1][j-1]+dp[i-1][j] 前面序列要满足才能构成后面序列)+sort

NoSuchKey

猜你喜欢

转载自www.cnblogs.com/ttttttttrx/p/10753273.html