#include #include #include using namespace std; int a[200010], b[100010], res[100010]; const int bufsize=8*100010; char buf[bufsize]; int main() { int L, M, N, Q; fgets(buf, bufsize, stdin); sscanf(buf, "%d%d%d", &L, &M, &N); fgets(buf, bufsize, stdin); a[atoi(strtok(buf, " "))]=1; for(int i=1;i