Create a program for calculating the sum of squares of all integers from -20 to 30.

var i,a,b:integer;
begin
a:=0;
b:=0;
for i:=-20 to 30 do
a:=sqr(i)
b:=a+b;
write (b)
end.



One of the components of a person's success in our time is receiving modern high-quality education, mastering the knowledge, skills and abilities necessary for life in society. A person today needs to study almost all his life, mastering everything new and new, acquiring the necessary professional qualities.