题解列表

筛选

输入得同时就判断就好了

摘要:解题思路:两个数组 输入得同时判断注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int ans[10000];int bns[10000]……