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 c 阅读全文
posted @ 2021-09-16 22:54 Atl212 阅读(24) 评论(0) 推荐(0)
浙公网安备 33010602011771号