摘要: 1 #include <stdio.h> 2 #include <algorithm> 3 using namespace std; 4 5 typedef long long ll; 6 const int mod = 1e9 + 7; 7 int dp[1010][10000]; 8 // dp 阅读全文
posted @ 2018-04-15 20:23 ouyang_wsgwz 阅读(111) 评论(0) 推荐(0) 编辑