1. Выпишите все операторы, содержащие ошибки, в исправленном виде: e) if x <y then x := 0 else y := sqrt(y);
ж) if x >=y then x := sqr(x); y := 0; else writeln (z);
з) if x<y<z then a:= a+10;
u) if x = 0 and y = 0 then z:= a else z := sqrt(a);
к) if (a < b) or (a > c) then a:= b+c;