Решите в паскале пожалуйста
да
//PascalABC.Net 3.2 begin var x:=readreal('x ='); var y:=readreal('y ='); writeln ((40*y*y+9*x)/(6*x*x-18*x*y)) end.