摘要:
比赛链接: https://codeforces.com/contest/1041 A题:给你n个数,问你最大的和最小的数之间有多少个未写的数,那就找出写的数字然后再减去就好了 #include <bits/stdc++.h> using namespace std; int main() { in 阅读全文
摘要:
比赛链接:https://codeforces.com/contest/994 A题:https://codeforces.com/contest/994/problem/A 题意:挨个判断A中的数字是否在B中存在,如果存在就输出 #include <bits/stdc++.h> using nam 阅读全文