Vorrei creare l'operatore binario somma tra array (a+b), che restituisce l'array c che ha in c[i] il valore a[i]+b[i].
Come posso fare?