program Project1; {$APPTYPE CONSOLE} var A,B,C,x,y:integer; begin writeln('Vvedit chyslo A,B,C'); readln(A,B,C); writeln('Vvedit storony priamokutnyka X,Y'); readln(x,y); if (A>B) and (A>C) then begin if ((B<=x) and (C<=y)) or ((C<=x) and (B<=y))then writeln('Proyde') else writeln('Ne proyde');end; //**************************// if (A