Give a big-o estimate for the number additions used in this segment of an algorithmi:=0 , for i:=1 to n, for j:= 1 to n, t:=t+i+j