The first line contains a positive integer
n (1≤n≤2×103)n\ (1\leq n\leq 2\times 10^3)n (1≤n≤2×103),representing the size of the multiset
SSS and the multiset
TTT .
The second line contains a line of
nnn positive integers
si (1≤si≤105)s_i \ (1\leq s_i\leq 10^5)si (1≤si≤105), representing the multiset
SSS.
The third line contains a line of nnn positive integers ti (1≤ti≤105)t_i\ (1\leq t_i\leq 10^5)ti (1≤ti≤105), representing the multiset TTT.
The input sequence is not guaranteed to be ordered.