This is an example of the frequently recurring (on this site) questions of the form "what is the determinant of the sum of a square rank$~1$ matrix and a multiple of the identity matrix". In the question it is clear that $A$ has rank${}\leq1$; this would even be true if one had put $a_{i,j}=b_ic_j$ for different vectors $b,c$.
This general question is best replaced by the question by "what is the characteristic polynomial of a rank${}\leq1$ square matrix", which is easily seen to be equivalent by the definition of characteristic polynomial. The answer is very simple: if $A$ is a $n\times n$ matrix of rank${}\leq1$, then it's eigenspace for eigenvalue$~0$ has dimension at least $n-1$, so its characteristic polynomial is divisible by$~X^{n-1}$, and the sum of all eigenvalues is $\def\tr{\operatorname{tr}}\tr(A)$, so the characteristic polynomial of$~A$ is necessarily equal to $X^{n-1}(X-\tr(A))$.
Back to your concrete question, which asks to evaluate the characteristic polynomial of $-A$ at $X=1$. Since $\tr(-A)=-\sum_{i=1}^nb_i^2$, this gives $1^{n-1}(1-\tr(-A))=1+\sum_{i=1}^nb_i^2$.