摘要:
#include <iostream>#include <cstring>#include <algorithm>#include <vector>#include <unordered_set>#pragma GCC optimize(2)#pragma GCC optimize(3)#defin 阅读全文
posted @ 2023-05-12 22:04
Verneyyx
阅读(17)
评论(0)
推荐(0)
摘要:
1. #include <iostream>#include <cstring>#include <algorithm>#include <set> using namespace std; const int N = 1010; int t, n;int a[N], b[N];set<int> s 阅读全文
posted @ 2023-05-12 22:02
Verneyyx
阅读(22)
评论(0)
推荐(0)