на паскале? var a,b,c:integer; begin writeln ('vvedi a'); readln (a); writeln ('vvedi b'); readln (b); c:=a*b*b+(b/5); writeln; writeln (c); end.