1089 Insert or Merge (25 point(s))

#include<iostream> #include<cstdio> #include<algorithm> #include<cstring> using namespace std; const int MAXN = 1e3 + 10; int a[MAXN], b[MAXN], t[MAXN]; int n; bool isInsert() { memcpy(t, a, sizeof(a
相關文章
相關標籤/搜索