var c: real;
begin
readln(c);
writeln(c * 0.5 * c / 2);
end.
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
var c: real;
begin
readln(c);
writeln(c * 0.5 * c / 2);
end.