struct List{
int size; //int index[size]; int arr[];
};
int [] append(struct List a2, int a) {
int size = a2.size + si