摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 const int maxn = 2*1e9+5; 9 int dp[100][100]; 10 int a[100]; 11 12 //lead是否有前导0 13 int dfs(int pos,in... 阅读全文
posted @ 2018-05-30 20:58 ouyang_wsgwz 阅读(123) 评论(0) 推荐(0) 编辑
摘要: H - F(x) 阅读全文
posted @ 2018-05-30 19:37 ouyang_wsgwz 阅读(400) 评论(0) 推荐(0) 编辑