热门标签
更多>
搜索结果
查询Tags标签: contrary,共有 2条记录-
1083 是否存在相等的差 (20 point(s))
水题 * 3 。 #include <bits/stdc++.h> using namespace std;int main() {int n;map<int, int> ans; cin >> n;for(int front = 1; front <= n; front++){int contrary;cin >> contrary;// 计算并存入数组ans[abs(front - contrary)]++; }for(…
2021/9/16 23:05:08 人评论 次浏览 -
1083 是否存在相等的差 (20 point(s))
水题 * 3 。 #include <bits/stdc++.h> using namespace std;int main() {int n;map<int, int> ans; cin >> n;for(int front = 1; front <= n; front++){int contrary;cin >> contrary;// 计算并存入数组ans[abs(front - contrary)]++; }for(…
2021/9/16 23:05:08 人评论 次浏览