//线性表 //表头,表尾,前区后驱 //顺序 //创建#include using namespace std;//const int N=1e5; const int N=1e6+10; int arr[N]; int arr1[N]; int n=0...