2022年3月20日

摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 using LL = long long; 4 const int N = 1e7 + 9; 5 int a[100]; 6 bool vis[N]; 7 int n, x; 8 int res 阅读全文
posted @ 2022-03-20 16:23 OopsOops 阅读(86) 评论(0) 推荐(0)
 
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 using LL = long long; 4 int mp[505][505], ans[505][505]; 5 bool dp[505][505]; 6 int n, m; 7 int ma 阅读全文
posted @ 2022-03-20 12:48 OopsOops 阅读(117) 评论(0) 推荐(0)