var a,b,i,k:integer;beginreadln (a,b);for i:=a to b doif (i mod 2=0) thenbegink:=sqr(i);writeln (i);end;end.