===== PascalABC.NET =====
begin
var (a, x) := ReadReal2;
Print(2 * a / (3 * x - 8))
end.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
===== PascalABC.NET =====
begin
var (a, x) := ReadReal2;
Print(2 * a / (3 * x - 8))
end.