📅  最后修改于: 2022-03-11 15:00:15.084000             🧑  作者: Mango
代码示例1
Input:
N = 5
A[] = {1,2,5,4,0}
B[] = {2,4,5,0,1}
Output: 1
Explanation: Both the array can be
rearranged to {0,1,2,4,5}